| Class | Description |
|---|---|
| CallbackEvent<T> | |
| EventConsumer<T> |
Simple
Consumer implementation that pulls the data from an Event and
passes it to a delegate Consumer. |
| NotifyConsumer<T> |
A
Consumer that notifies an observable of each value that it has accepted. |