Class BlockingIgnoringReceiver
- java.lang.Object
-
- java.util.concurrent.CountDownLatch
-
- io.reactivex.rxjava3.internal.util.BlockingIgnoringReceiver
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Throwable
error
-
Constructor Summary
Constructors Constructor Description BlockingIgnoringReceiver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(java.lang.Throwable e)
Consume the given value.void
run()
Runs the action and optionally throws a checked exception.
-
-
-
Method Detail
-
accept
public void accept(java.lang.Throwable e)
Description copied from interface:Consumer
Consume the given value.
-
-