Interface Predicate<T>


  • public interface Predicate<T>
    Applies a predicate to a type; can be replaced by the Predicate from Guava later maybe?
    • Method Detail

      • matches

        boolean matches​(T t)