X
- Type of inputpublic interface Proc<X>
There is no thread-safety guarantee.
ProcAsFunc
Modifier and Type | Interface and Description |
---|---|
static class |
Proc.NoNulls<X>
Proc check for no nulls.
|
Modifier and Type | Method and Description |
---|---|
void |
exec(X input)
Execute it.
|
Copyright © 2017 Cactoos. All rights reserved.