Interface EventOperator<T>

Type Parameters:
T - The type of the event.
All Known Implementing Classes:
AllEvents, AnyEvents, EventOperatorBase

public interface EventOperator<T>
Subscribe to a list of event sources and applies some logic to their event to possibly propagate a new event.