Class Functions.FutureAction

java.lang.Object
io.reactivex.rxjava3.internal.functions.Functions.FutureAction
All Implemented Interfaces:
Action
Enclosing class:
Functions

static final class Functions.FutureAction extends Object implements Action
  • Field Details

    • future

      final Future<?> future
  • Constructor Details

    • FutureAction

      FutureAction(Future<?> future)
  • Method Details

    • run

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