Class ConsumingPeekingIterator<T>
- java.lang.Object
-
- com.salesforce.datacloud.jdbc.util.ConsumingPeekingIterator<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Tnext()static <T> ConsumingPeekingIterator<T>of(Stream<T> stream, Predicate<T> isNotEmpty)voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
of
public static <T> ConsumingPeekingIterator<T> of(Stream<T> stream, Predicate<T> isNotEmpty)
-
-