JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
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
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
Copyright © 2022. All rights reserved.