Class Functions.EmptyConsumer
- java.lang.Object
-
- io.reactivex.rxjava3.internal.functions.Functions.EmptyConsumer
-
-
Constructor Summary
Constructors Constructor Description EmptyConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(java.lang.Object v)
Consume the given value.java.lang.String
toString()
-
-
-
Method Detail
-
accept
public void accept(java.lang.Object v)
Description copied from interface:Consumer
Consume the given value.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-