Class Conditional<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void process​(T argument)
      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
    • Constructor Detail

    • Method Detail

      • process

        public void process​(T argument)
        Description copied from interface: Procedure
        Executes the procedure with the given argument.
        Specified by:
        process in interface FragileProcedure<T,​java.lang.RuntimeException>
        Specified by:
        process in interface Procedure<T>