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

A

allMatch(Iterator<E>, Predicate<? super E>) - Static method in class com.github.robtimus.util.iterator.IteratorUtils
Returns whether or not all elements of an iterator match a specific predicate.
allMatch(Predicate<? super E>) - Method in class com.github.robtimus.util.iterator.StreamLikeIterator
Returns whether or not all elements of this iterator match a specific predicate.
anyMatch(Iterator<E>, Predicate<? super E>) - Static method in class com.github.robtimus.util.iterator.IteratorUtils
Returns whether or not at least one element of an iterator matches a specific predicate.
anyMatch(Predicate<? super E>) - Method in class com.github.robtimus.util.iterator.StreamLikeIterator
Returns whether or not at least one element of this iterator matches a specific predicate.
A B C D F H I L M N P R S T U 
Skip navigation links

Copyright © 2022. All rights reserved.