X
Y
Z
public final class UncheckedBiFunc<X,Y,Z> extends Object implements BiFunc<X,Y,Z>
Exception
There is no thread-safety guarantee.
BiFunc.NoNulls<X,Y,Z>
UncheckedBiFunc(BiFunc<X,Y,Z> fnc)
apply(X first, Y second)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UncheckedBiFunc(BiFunc<X,Y,Z> fnc)
fnc
public Z apply(X first, Y second)
BiFunc
apply
BiFunc<X,Y,Z>
first
second
Copyright © 2017–2018 Cactoos. All rights reserved.