| Constructor and Description |
|---|
Reduced(Result initialValue,
BiFunction<Result,Value,Result> accumulatorFunction,
java.lang.Iterable<Value> iterable) |
| Modifier and Type | Method and Description |
|---|---|
Result |
value()
Returns the sole value of this 1-tuple.
|