java.lang.Object
io.reactivex.rxjava3.internal.functions.Functions.EmptyConsumer
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
EmptyConsumer
EmptyConsumer()
-
Method Details
-
accept
Description copied from interface: Consumer
Consume the given value.
- Specified by:
accept
in interface Consumer<Object>
- Parameters:
v
- the value
-