Class AssocTypeFilter

  • All Implemented Interfaces:
    EventFilter

    public class AssocTypeFilter
    extends AbstractEventFilter
    EventFilter that checks if an event corresponds to a specific association type. This doesn't distinguish if the event is representing peer or child associations.
    • Method Detail

      • test

        public boolean test​(RepoEvent<DataAttributes<Resource>> event)
        Description copied from interface: EventFilter
        Evaluates this predicate on the given argument.
        Parameters:
        event - the input argument
        Returns:
        true if the input argument matches the predicate, otherwise false