Skip navigation links
A B C D F H I L M N P R S T U 

T

takeWhile(Iterator<E>, Predicate<? super E>) - Static method in class com.github.robtimus.util.iterator.IteratorUtils
Returns an iterator that discards elements of another iterator once an element matches a specific predicate.
takeWhile(Predicate<? super E>) - Method in class com.github.robtimus.util.iterator.StreamLikeIterator
Returns an iterator that discards elements of this iterator once an element matches a specific predicate.
toStream(Iterator<E>) - Static method in class com.github.robtimus.util.iterator.IteratorUtils
Returns a stream based on an iterator.
toStream(Iterator<E>, int) - Static method in class com.github.robtimus.util.iterator.IteratorUtils
Returns a stream based on an iterator.
toStream(Iterator<E>, long) - Static method in class com.github.robtimus.util.iterator.IteratorUtils
Returns a stream based on an iterator.
toStream(Iterator<E>, long, int) - Static method in class com.github.robtimus.util.iterator.IteratorUtils
Returns a stream based on an iterator.
A B C D F H I L M N P R S T U 
Skip navigation links

Copyright © 2022. All rights reserved.