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