Uses of Interface
com.google.mu.util.stream.Iteration.Continuation
Packages that use Iteration.Continuation
Package
Description
BiStream, BiCollector, MoreStreams, MoreCollectors etc.
- 
Uses of Iteration.Continuation in com.google.mu.util.stream
Methods in com.google.mu.util.stream with parameters of type Iteration.ContinuationModifier and TypeMethodDescriptionfinal BiIteration<L, R> BiIteration.yield(Iteration.Continuation continuation) Deprecated.Yields to the resultBiStreama recursive iteration or lazy side-effect wrapped incontinuation.Iteration.yield(Iteration.Continuation continuation) Yields to the stream a recursive iteration or lazy side-effect wrapped incontinuation.