| Constructor and Description |
|---|
ConcatSequence(Sequence<Sequence<T>> baseSequences) |
| Modifier and Type | Method and Description |
|---|---|
<OutType> OutType |
accumulate(OutType initValue,
Accumulator<OutType,T> accumulator) |
<OutType> Yielder<OutType> |
makeYielder(Yielder<Sequence<T>> yielderYielder,
OutType initValue,
YieldingAccumulator<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>public <OutType> Yielder<OutType> toYielder(OutType initValue, YieldingAccumulator<OutType,T> accumulator)
Copyright © 2016. All rights reserved.