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