Class Predicate.FalsePredicate

java.lang.Object
com.loomcache.server.query.Predicate.FalsePredicate
All Implemented Interfaces:
Predicate
Enclosing interface:
Predicate

public static final class Predicate.FalsePredicate extends Object implements Predicate
Predicate that always returns false.
  • Field Details

  • Method Details

    • matches

      public boolean matches(SqlRow row)
      Description copied from interface: Predicate
      Tests whether the given row matches this predicate.
      Specified by:
      matches in interface Predicate
      Parameters:
      row - the row to test
      Returns:
      true if the row matches, false otherwise
    • toString

      public String toString()
      Overrides:
      toString in class Object