Kactoos

kactoos-jvm / nnl.rocks.kactoos.func / BiFuncOf / <init>

<init>

BiFuncOf(fnc: BiFunc<X, Y, Z>)

Parameters

fnc - The funcBiFuncOf(proc: BiProc<X, Y>, result: Z)

Parameters

proc - The proc

result - Result to returnBiFuncOf(func: KBiFunc<X, Y, Z>)

Represents many possible inputs as BiFunc.

There is no thread-safety guarantee.

Parameters

X - Type of input

Y - Type of input

Z - Type of output

func - Func

Since 0.4