Class BiIteration<L,R>
java.lang.Object
com.google.mu.util.stream.BiIteration<L,R>
Deprecated.
too niche
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal BiIteration<L, R> Deprecated.Generates the pair ofleftandrightto the resultBiStream.iterate()Deprecated.Starts iteration over theyieldedpairs.final BiIteration<L, R> yield(Iteration.Continuation continuation) Deprecated.Yields to the resultBiStreama recursive iteration or lazy side-effect wrapped incontinuation.final BiIteration<L, R> Deprecated.usegenerate(L, R)instead.
-
Constructor Details
-
BiIteration
public BiIteration()Deprecated.
-
-
Method Details
-
generate
Deprecated.Generates the pair ofleftandrightto the resultBiStream.- Since:
- 8.1
-
yield
Deprecated.usegenerate(L, R)instead.Yields the pair ofleftandrightto the resultBiStream. -
yield
Deprecated.Yields to the resultBiStreama recursive iteration or lazy side-effect wrapped incontinuation. -
iterate
Deprecated.Starts iteration over theyieldedpairs.Because a
BiIterationinstance is stateful and mutable,iterate()can be called at most once per instance.- Throws:
IllegalStateException- ifiterate()has already been called.- Since:
- 4.5
-