org.metasyntactic.utilities
Interface Operator
- All Known Implementing Classes:
- Operator.DoesNothingOperator
- public interface Operator
Method Summary |
void |
operate(java.lang.Object o)
Take this object and do something to it |
DOES_NOTHING
public static final Operator DOES_NOTHING
- An Operator that does nothing when it is called. Useful
for a placeholder for methods that need an operator
but you don't want that operator to do anything
operate
public void operate(java.lang.Object o)
- Take this object and do something to it
- Parameters:
o
-