<OutType> OutType |
MappedSequence.accumulate(OutType initValue,
Accumulator<OutType,Out> accumulator) |
<OutType> OutType |
BaseSequence.accumulate(OutType initValue,
Accumulator<OutType,T> fn) |
<OutType> OutType |
ConcatSequence.accumulate(OutType initValue,
Accumulator<OutType,T> accumulator) |
<OutType> OutType |
YieldingSequenceBase.accumulate(OutType initValue,
Accumulator<OutType,T> accumulator) |
<OutType> OutType |
FilteredSequence.accumulate(OutType initValue,
Accumulator<OutType,T> accumulator) |
<OutType> OutType |
LazySequence.accumulate(OutType initValue,
Accumulator<OutType,T> accumulator) |
<OutType> OutType |
Sequence.accumulate(OutType initValue,
Accumulator<OutType,T> accumulator)
Accumulate this sequence using the given accumulator.
|
static <AccumulatedType,InType> YieldingAccumulator<AccumulatedType,InType> |
YieldingAccumulators.fromAccumulator(Accumulator<AccumulatedType,InType> accumulator) |