kactoos-jvm / nnl.rocks.kactoos.func / UncheckedProc
class UncheckedProc<in X : Any> : Proc<X>
Proc that doesn’t throw checked Exception.
There is no thread-safety guarantee.
X - Type of input
Since 0.2
| Name | Summary |
|---|---|
| <init> | UncheckedProc(proc: Proc<X>)Proc that doesn’t throw checked Exception. |
| Name | Summary |
|---|---|
| exec | fun exec(input: X): UnitExecute it. |