Class DelegatingProcedure<Argument>

  • All Implemented Interfaces:
    FragileProcedure<Argument,​java.lang.RuntimeException>, Procedure<Argument>

    public abstract class DelegatingProcedure<Argument>
    extends java.lang.Object
    implements Procedure<Argument>
    An abstract Procedure which delegates to another Procedure.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void process​(Argument arg)
      Executes the procedure with the given argument.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait