Interface Predicate<T>

  • Type Parameters:
    T - the type of the input to the predicate

    @Experimental
    public interface Predicate<T>
    Simple predicate of one argument.
    • Method Detail

      • test

        boolean test​(T t)