kactoos-jvm / nnl.rocks.kactoos.func / UncheckedBiProc
class UncheckedBiProc<in X :
Any
, in Y :
Any
> :
BiProc
<
X
,
Y
>
BiProc that doesn’t throw checked Exception.
There is no thread-safety guarantee.
X
- Type of input
Y
- Type of input
Since 0.4
Name | Summary |
---|---|
<init> | UncheckedBiProc(proc: BiProc < X , Y >) BiProc that doesn’t throw checked Exception. |
Name | Summary |
---|---|
exec | fun exec(first: X , second: Y ): Unit Execute it. |