See: Description
| Interface | Description |
|---|---|
| And<T extends And<T>> |
An object which can be intersected with another object to produce a
combined result.
|
| LogicalOperator<T extends LogicalOperator<T>> |
Represents an object that can be combined with another object such that the
relation produces another logically operable object.
|
| Nand<T extends Nand<T>> |
An object which can be intersected with another object to produce the
complement of a combined result.
|
| Nor<T extends Nor<T>> |
An object which can be unioned with another object to produce the
complement of a combined result.
|
| Not |
An object which can provide its complement.
|
| Or<T extends Or<T>> |
An object which can be unioned with another object to produce a
combined result.
|
| OrNot<T extends OrNot<T>> |
An object which can be subtracted with another object to produce the complement
of a combined result.
|
| Sub<T extends Sub<T>> |
An object which can be subtracted with another object to produce a
combined result.
|
| Xnor<T extends Xnor<T>> |
An object which can be disjunctively unioned with another object to produce the
complement of a combined result.
|
| Xor<T extends Xor<T>> |
An object which can be disjunctively unioned with another object to produce a
combined result.
|