Interface Operation<O>
- Type Parameters:
O- the operand type
- All Known Implementing Classes:
AbstractFunction,CollectionAddFunction,CollectionFunction,CollectionRemoveFunction,MapComputeFunction,MapFunction,MapPutFunction,MapRemoveFunction,RemappingFunction,SetAddFunction,SetRemoveFunction
public interface Operation<O>
Encapsulates an operation.
- Author:
- Paul Ferraro
-
Method Summary
-
Method Details
-
getOperand
O getOperand()Returns the operand of the operation.- Returns:
- the operand of the operation.
-