| Class | Description |
|---|---|
| AndOperator |
Boolean and operator.
|
| BooleanEitherFilter<T> |
A filtering wrapper that propagates the event wave when a notifier object or
the tracked object indicates a positive change.
|
| BooleanFilter<T> |
A filtering wrapper that propagates the event wave when a notifier object
indicates a positive change.
|
| BooleanMatchFilter<T> |
A filtering wrapper that propagates the event wave when the tracked object
and a notifier object both indicate a positive change.
|
| NandOperator |
Boolean and operator.
|
| NorOperator |
Boolean xor operator.
|
| NotOperator |
Boolean not operator.
|
| OrOperator |
Boolean or operator.
|
| XorOperator |
Boolean xor operator.
|
Copyright © 2019. All rights reserved.