| Constructor and Description |
|---|
Processed(Procedure<? super Result>... procedure) |
Processed(Procedure<? super Result> procedure) |
| Modifier and Type | Method and Description |
|---|---|
Result |
value(Generator<? extends Result> generator)
Returns the value of this function at the given argument.
|
public Result value(Generator<? extends Result> generator) throws java.lang.RuntimeException
FragileFunctionvalue in interface FragileFunction<Generator<? extends Result>,Result,java.lang.RuntimeException>generator - The argument of the function.java.lang.RuntimeException