Class BooleanMatchFilter<T>

java.lang.Object
com.fluxtion.ext.streaming.api.test.BooleanMatchFilter<T>
Type Parameters:
T - The filtered type
All Implemented Interfaces:
FilterWrapper<T>, Stateful<T>, Test, Wrapper<T>

public class BooleanMatchFilter<T>
extends java.lang.Object
implements FilterWrapper<T>
A filtering wrapper that propagates the event wave when the tracked object and a notifier object both indicate a positive change. Can be useful to combine a validation with a tracked object for broadcasting to dependent nodes.
Author:
V12 Technology Ltd.