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