Interface Matchable<T>

    • Method Detail

      • match

        boolean match​(T object)
        Does this predicate match this object?
      • getCost

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