Class Functions.NotificationOnComplete<T>

  • All Implemented Interfaces:
    Action
    Enclosing class:
    Functions

    static final class Functions.NotificationOnComplete<T>
    extends java.lang.Object
    implements Action
    • Constructor Detail

    • Method Detail

      • run

        public void run()
                 throws java.lang.Throwable
        Description copied from interface: Action
        Runs the action and optionally throws a checked exception.
        Specified by:
        run in interface Action
        Throws:
        java.lang.Throwable - if the implementation wishes to throw any type of exception