Class GroupIsVisibleToPredicate

All Implemented Interfaces:
Matchable<InternalGroup>

public class GroupIsVisibleToPredicate extends IsVisibleToPredicate<InternalGroup>
  • Field Details

  • Constructor Details

  • Method Details

    • match

      public boolean match(InternalGroup group)
      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.