@FunctionalInterface public interface EightParameterConsumer<P1,P2,P3,P4,P5,P6,P7,P8> 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,
P4 param4,
P5 param5,
P6 param6,
P7 param7,
P8 param8) |
Copyright © 2018. All rights reserved.