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.Throwableerror
-
Constructor Summary
Constructors Constructor Description BlockingIgnoringReceiver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(java.lang.Throwable e)Consume the given value.voidrun()Runs the action and optionally throws a checked exception.
-
-
-
Method Detail
-
accept
public void accept(java.lang.Throwable e)
Description copied from interface:ConsumerConsume the given value.
-
-