Interface Predicate1<T0>

  • Type Parameters:
    T0 - Type of argument #0
    All Superinterfaces:
    Function<Boolean>


    public interface Predicate1<T0>
    extends Function<Boolean>
    Function with one parameter returning a native boolean value.