X
- Type of inputpublic interface Proc<X>
If you don't want to have any checked exceptions being thrown
out of your Proc
, you can use
UncheckedProc
decorator. Also
you may try IoCheckedProc
.
There is no thread-safety guarantee.
FuncOf
Modifier and Type | Method and Description |
---|---|
void |
exec(X input)
Execute it.
|
Copyright © 2017–2021 Cactoos. All rights reserved.