Interface Operator
-
- All Known Subinterfaces:
Operator.Simple
@CatalogedBy(Operators.class) public interface Operator
Represents an operator that can be specified in a command.- See Also:
ResourceKeyedValueParameters.OPERATOR
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
Operator.Simple
An operator that can operate on two numbers and return a number.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
asString()
The string representation of this operator
-
-
-
Method Detail
-
asString
String asString()
The string representation of this operator- Returns:
- The representation
-
-