kactoos-jvm / nnl.rocks.kactoos.func / BiFuncOf / <init>
BiFuncOf(fnc: BiFunc<X, Y, Z>)
fnc - The funcBiFuncOf(proc: BiProc<X, Y>, result: Z)
proc - The proc
result - Result to returnBiFuncOf(func: KBiFunc<X, Y, Z>)
Represents many possible inputs as BiFunc.
There is no thread-safety guarantee.
X - Type of input
Y - Type of input
Z - Type of output
func - Func
Since 0.4