Package hu.akarnokd.rxjava3.functions
Interface PlainConsumer<T>
-
- Type Parameters:
T- the input value type
- All Superinterfaces:
Consumer<T>
public interface PlainConsumer<T> extends Consumer<T>
AConsumerwith suppressed exception on itsaccept(Object)method.- Since:
- 0.17.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(T t)
-