Interface Predicate1<T0>

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

    public interface Predicate1<T0>
    extends Function<java.lang.Boolean>
    Function with one parameter returning a native boolean value.
    • Field Summary

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