Interface Predicate2<T0,​T1>

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

    public interface Predicate2<T0,​T1>
    extends Function<java.lang.Boolean>
    Function with two parameters returning a native boolean value.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Predicate2<java.lang.Object,​java.lang.Object> FALSE
      Predicate that always evaluates to false.
      static Predicate2<java.lang.Object,​java.lang.Object> TRUE
      Predicate that always evaluates to true.