| Constructor and Description |
|---|
ResourceClosingSequence(Sequence<T> baseSequence,
Closeable closeable) |
| Modifier and Type | Method and Description |
|---|---|
<OutType> OutType |
accumulate(OutType initValue,
Accumulator<OutType,T> accumulator) |
<OutType> Yielder<OutType> |
toYielder(OutType initValue,
YieldingAccumulator<OutType,T> accumulator) |
public <OutType> OutType accumulate(OutType initValue,
Accumulator<OutType,T> accumulator)
accumulate in interface Sequence<T>Copyright © 2016. All rights reserved.