Class Functions.EmptyAction

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

static final class Functions.EmptyAction extends Object implements Action
  • Constructor Details

    • EmptyAction

      EmptyAction()
  • Method Details

    • 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 String toString()
      Overrides:
      toString in class Object