Kactoos

kactoos-jvm / nnl.rocks.kactoos.func / IoCheckedFunc / <init>

<init>

IoCheckedFunc(func: Func<X, Y>)

Func that doesn’t throw checked Exception, but throws IOException instead.

There is no thread-safety guarantee.

Parameters

func - Encapsulated func

X - Type of input

Y - Type of output

Since 0.4