Interface VectorOperators.Operator

All Known Subinterfaces:
VectorOperators.Associative, VectorOperators.Binary, VectorOperators.Comparison, VectorOperators.Conversion<E,F>, VectorOperators.Ternary, VectorOperators.Test, VectorOperators.Unary
Enclosing class:
VectorOperators

public static interface VectorOperators.Operator
Root type for all operator tokens, providing queries for common properties such as arity, argument and return types, symbolic name, and operator name.
API Note:
User code should not implement this interface. A future release of this type may restrict implementations to be members of the same package.
See Also: