kactoos-jvm / nnl.rocks.kactoos.func / BiProcOf
class BiProcOf<in X :
Any
, in Y :
Any
> :
BiProc
<
X
,
Y
>
Func as BiProc.
There is no thread-safety guarantee.
X
- Type of input
Y
- Type of input
proc
- The proc
Since 0.4
Name | Summary |
---|---|
<init> | BiProcOf(proc: KBiProc < X , Y >) Func as BiProc. |
Name | Summary |
---|---|
exec | fun exec(first: X , second: Y ): Unit Execute it. |