@FunctionalInterface public interface SingleParameterConsumer<P1> extends io.reactivex.functions.Consumer<Object[]>
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(Object... data) |
void |
consume(P1 param1) |
Copyright © 2018. All rights reserved.