Interface Predicate2<T0,T1>

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


    public interface Predicate2<T0,T1>
    extends Function<Boolean>
    Function with two parameters returning a native boolean value.