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 voidaccept(java.lang.Object v)Consume the given value.java.lang.StringtoString()
-
-
-
Method Detail
-
accept
public void accept(java.lang.Object v)
Description copied from interface:ConsumerConsume the given value.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-