Class Functions.OnErrorMissingConsumer
- java.lang.Object
-
- io.reactivex.rxjava3.internal.functions.Functions.OnErrorMissingConsumer
-
-
Constructor Summary
Constructors Constructor Description OnErrorMissingConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(java.lang.Throwable error)
Consume the given value.
-