Interface ObjectOperation


public interface ObjectOperation
An operation that is able to operate on a generic object.
Author:
Simon Thoresen Hult
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Apply this operation to the given object.
  • Method Details

    • execute

      void execute(Object obj)
      Apply this operation to the given object.
      Parameters:
      obj - The object to operate on.