static <T> Yielder<T> |
Yielders.done(T finalVal,
Closeable closeable) |
<OutType> Yielder<OutType> |
ConcatSequence.makeYielder(Yielder<Sequence<T>> yielderYielder,
OutType initValue,
YieldingAccumulator<OutType,T> accumulator) |
Yielder<OutType> |
ResourceClosingYielder.next(OutType initValue) |
Yielder<T> |
Yielder.next(T initValue)
Gets the next Yielder in the chain.
|
Yielder<T> |
ExecuteWhenDoneYielder.next(T initValue) |
<OutType> Yielder<OutType> |
MappedSequence.toYielder(OutType initValue,
YieldingAccumulator<OutType,Out> accumulator) |
<OutType> Yielder<OutType> |
Sequence.toYielder(OutType initValue,
YieldingAccumulator<OutType,T> accumulator) |
<OutType> Yielder<OutType> |
ResourceClosingSequence.toYielder(OutType initValue,
YieldingAccumulator<OutType,T> accumulator) |
<OutType> Yielder<OutType> |
MergeSequence.toYielder(OutType initValue,
YieldingAccumulator<OutType,T> accumulator) |
<OutType> Yielder<OutType> |
LimitedSequence.toYielder(OutType initValue,
YieldingAccumulator<OutType,T> accumulator) |
<OutType> Yielder<OutType> |
LazySequence.toYielder(OutType initValue,
YieldingAccumulator<OutType,T> accumulator) |
<OutType> Yielder<OutType> |
FilteredSequence.toYielder(OutType initValue,
YieldingAccumulator<OutType,T> accumulator) |
<OutType> Yielder<OutType> |
ExecutorExecutingSequence.toYielder(OutType initValue,
YieldingAccumulator<OutType,T> accumulator) |
<OutType> Yielder<OutType> |
ConcatSequence.toYielder(OutType initValue,
YieldingAccumulator<OutType,T> accumulator) |
<OutType> Yielder<OutType> |
BaseSequence.toYielder(OutType initValue,
YieldingAccumulator<OutType,T> accumulator) |