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