- java.lang.Object
-
- org.jooq.lambda.SeqBuffer<T>
-
final class SeqBuffer<T> extends java.lang.ObjectLazily consumes givenSpliteratorthroughSeqs provided by methodseq(). This method may be called multiple times, and the returnedSeqs may be consumed interchangeably. Instances of this class ARE thread-safe.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private classSeqBuffer.BufferSpliteratorSpecialSpliteratorwhosetryAdvancemethod can buffer (i.e.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static <T> SeqBuffer<T>of(java.util.Spliterator<T> spliterator)(package private) static <T> SeqBuffer<T>of(java.util.stream.Stream<? extends T> stream)(package private) Seq<T>seq()Returns aSeqover givensource.
-