Uses of Class
com.google.mu.util.stream.BiIteration
Packages that use BiIteration
Package
Description
BiStream, BiCollector, MoreStreams, MoreCollectors etc.
-
Uses of BiIteration in com.google.mu.util.stream
Methods in com.google.mu.util.stream that return BiIterationModifier and TypeMethodDescriptionfinal BiIteration<L, R> Deprecated.Generates the pair ofleftandrightto the resultBiStream.final BiIteration<L, R> BiIteration.yield(Iteration.Continuation continuation) Deprecated.Yields to the resultBiStreama recursive iteration or lazy side-effect wrapped incontinuation.final BiIteration<L, R> Deprecated.
generate(L, R)instead.