Kactoos

kactoos-jvm / nnl.rocks.kactoos.func / UncheckedBiProc

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.

Parameters

X - Type of input

Y - Type of input

Since 0.4

Constructors

Name Summary
<init> UncheckedBiProc(proc: BiProc<X, Y>)
BiProc that doesn’t throw checked Exception.

Functions

Name Summary
exec fun exec(first: X, second: Y): Unit
Execute it.