public abstract class YieldingSequenceBase<T> extends Object implements Sequence<T>
| Constructor and Description |
|---|
YieldingSequenceBase() |
public <OutType> OutType accumulate(OutType initValue,
Accumulator<OutType,T> accumulator)
accumulate in interface Sequence<T>Copyright © 2016. All rights reserved.