| Interface | Description |
|---|---|
| Operator3<T> |
Represents an operation upon three operands of the same type, producing a result
of the same type as the operands.
|
| Operator4<T> |
Represents an operation upon four operands of the same type, producing a result
of the same type as the operands.
|
| Operator5<T> |
Represents an operation upon five operands of the same type, producing a result
of the same type as the operands.
|
| Operator6<T> |
Represents an operation upon six operands of the same type, producing a result
of the same type as the operands.
|