Class AlwaysFalsePredicate<E>

java.lang.Object
org.apache.ignite.internal.util.lang.gridfunc.AlwaysFalsePredicate<E>
Type Parameters:
E - Type of predicate parameter.
All Implemented Interfaces:
Serializable, IgnitePredicate<E>

public class AlwaysFalsePredicate<E> extends Object implements IgnitePredicate<E>
Defines a predicate which accepts a parameter and always returns false
See Also:
  • Constructor Details

    • AlwaysFalsePredicate

      public AlwaysFalsePredicate()
  • Method Details

    • apply

      public boolean apply(E e)
      Predicate body.
      Specified by:
      apply in interface IgnitePredicate<E>
      Parameters:
      e - Predicate parameter.
      Returns:
      Always false
    • toString

      public String toString()
      Overrides:
      toString in class Object