@FunctionalInterface public interface SixParameterConsumer<P1,P2,P3,P4,P5,P6> 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) |
Copyright © 2018. All rights reserved.