Class ChangeIsVisibleToPredicate

All Implemented Interfaces:
Matchable<ChangeData>

public class ChangeIsVisibleToPredicate extends IsVisibleToPredicate<ChangeData>
  • Field Details

  • Constructor Details

  • Method Details

    • match

      public boolean match(ChangeData cd)
      Description copied from interface: Matchable
      Does this predicate match this object?
    • getCost

      public int getCost()
      Description copied from interface: Matchable
      Returns a cost estimate to run this predicate, higher figures cost more.