Class Functions.EmptyAction

  • All Implemented Interfaces:
    Action
    Enclosing class:
    Functions

    static final class Functions.EmptyAction
    extends java.lang.Object
    implements Action
    • Constructor Summary

      Constructors 
      Constructor Description
      EmptyAction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      Runs the action and optionally throws a checked exception.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EmptyAction

        EmptyAction()
    • Method Detail

      • run

        public void run()
        Description copied from interface: Action
        Runs the action and optionally throws a checked exception.
        Specified by:
        run in interface Action
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object