Class Functions.ActionConsumer<T>
- java.lang.Object
-
- io.reactivex.rxjava3.internal.functions.Functions.ActionConsumer<T>
-
-
Constructor Summary
Constructors Constructor Description ActionConsumer(Action action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(T t)
Consume the given value.
-