Interface Stream.ElementType<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isMatchedBy(E element)
Checks if the specified element matches this type.
-
-
-
Method Detail
-
isMatchedBy
boolean isMatchedBy(E element)
Checks if the specified element matches this type.- Parameters:
element
- the element to be tested- Returns:
true
if the element matches this type orfalse
otherwise
-
-