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 interfaceOperator.SimpleAn operator that can operate on two numbers and return a number. 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringasString()The string representation of this operator 
 - 
 
- 
- 
Method Detail
- 
asString
String asString()
The string representation of this operator- Returns:
 - The representation
 
 
 - 
 
 -