Interface ObjectOperation


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

      • execute

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