Interface Predicate<T>


  • public interface Predicate<T>
    Interface used to select items within an iterator against a predicate.
    • Method Detail

      • evaluate

        boolean evaluate​(T arg0)
        Returns:
        true if the item matches the criteria and should be included in the iterator's items