Interface Operation<O>

Type Parameters:
O - the operand type
All Known Implementing Classes:
AbstractFunction, AddressSetAddFunction, AddressSetRemoveFunction, CollectionAddFunction, CollectionFunction, CollectionRemoveFunction, MapComputeFunction, MapFunction, MapPutFunction, MapRemoveFunction, RemappingFunction, SessionAccessMetaDataEntryFunction, SessionAttributeMapComputeFunction, SessionCreationMetaDataEntryFunction, SessionMetaDataEntryFunction, SetAddFunction, SetRemoveFunction

public interface Operation<O>
Encapsulates an operation.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the operand of the operation.
  • Method Details

    • getOperand

      O getOperand()
      Returns the operand of the operation.
      Returns:
      the operand of the operation.