Class ObservableCollectionProcessor<Match extends IPatternMatch>

  • Type Parameters:
    Match -
    All Implemented Interfaces:
    java.util.function.Consumer<Match>

    public class ObservableCollectionProcessor<Match extends IPatternMatch>
    extends java.lang.Object
    implements java.util.function.Consumer<Match>
    Match processor that can be parameterized with a Direction and an IObservablePatternMatchCollectionUpdate. It can be registered for rules that take care of keeping the observable collection up-to-date (see ObservableCollectionHelper#createRuleInAgenda).