Interface Matchable<T>

    • Method Detail

      • match

        boolean match​(T object)
               throws com.google.gwtorm.server.OrmException
        Does this predicate match this object?
        Throws:
        com.google.gwtorm.server.OrmException
      • getCost

        int getCost()
        Returns:
        a cost estimate to run this predicate, higher figures cost more.