Kactoos

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

UncheckedProc

class UncheckedProc<in X : Any> : Proc<X>

Proc that doesn’t throw checked Exception.

There is no thread-safety guarantee.

Parameters

X - Type of input

Since 0.2

Constructors

Name Summary
<init> UncheckedProc(proc: Proc<X>)
Proc that doesn’t throw checked Exception.

Functions

Name Summary
exec fun exec(input: X): Unit
Execute it.