Kactoos

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

<init>

FuncOf(proc: Proc<X>, result: Y)FuncOf(func: KFunc<X, Y>)

Represents many possible inputs as Func.

There is no thread-safety guarantee.

Parameters

X - Type of input.

Y - Type of output.

func - Func.

Since 0.4