| Constructor and Description |
|---|
MappedSequence(Sequence<T> baseSequence,
com.google.common.base.Function<T,Out> fn) |
| Modifier and Type | Method and Description |
|---|---|
<OutType> OutType |
accumulate(OutType initValue,
Accumulator<OutType,Out> accumulator) |
<OutType> Yielder<OutType> |
toYielder(OutType initValue,
YieldingAccumulator<OutType,Out> accumulator) |
public <OutType> OutType accumulate(OutType initValue,
Accumulator<OutType,Out> accumulator)
accumulate in interface Sequence<Out>Copyright © 2016. All rights reserved.