public class LimitedSequence<T> extends YieldingSequenceBase<T>
| Constructor and Description |
|---|
LimitedSequence(Sequence<T> baseSequence,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
<OutType> Yielder<OutType> |
toYielder(OutType initValue,
YieldingAccumulator<OutType,T> accumulator) |
accumulatepublic <OutType> Yielder<OutType> toYielder(OutType initValue, YieldingAccumulator<OutType,T> accumulator)
Copyright © 2016. All rights reserved.