Uses of Class
com.salesforce.datacloud.jdbc.util.ConsumingPeekingIterator
-
Packages that use ConsumingPeekingIterator Package Description com.salesforce.datacloud.jdbc.util -
-
Uses of ConsumingPeekingIterator in com.salesforce.datacloud.jdbc.util
Methods in com.salesforce.datacloud.jdbc.util that return ConsumingPeekingIterator Modifier and Type Method Description static <T> ConsumingPeekingIterator<T>ConsumingPeekingIterator. of(Stream<T> stream, Predicate<T> isNotEmpty)
-