Class PromiseImpl.OnFailure

java.lang.Object
org.osgi.util.promise.PromiseImpl.OnFailure
All Implemented Interfaces:
Runnable
Enclosing class:
PromiseImpl<T>

private final class PromiseImpl.OnFailure extends Object implements Runnable
A callback used for the PromiseImpl.onFailure(Consumer) method.
Since:
1.1
  • Field Details

  • Constructor Details

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable