| Constructor and Description |
|---|
ExecutorExecutingSequence(Sequence<T> sequence,
ExecutorService exec) |
| Modifier and Type | Method and Description |
|---|---|
<OutType> OutType |
accumulate(OutType initValue,
Accumulator<OutType,T> accumulator) |
<OutType> Yielder<OutType> |
toYielder(OutType initValue,
YieldingAccumulator<OutType,T> accumulator) |
public ExecutorExecutingSequence(Sequence<T> sequence, ExecutorService exec)
public <OutType> OutType accumulate(OutType initValue,
Accumulator<OutType,T> accumulator)
accumulate in interface Sequence<T>Copyright © 2016. All rights reserved.