@FunctionalInterface public static interface Functions.Function5<T1,T2,T3,T4,T5,R> extends Function<List<Object>,R>
| Modifier and Type | Method and Description |
|---|---|
default R |
apply(List<Object> objects) |
R |
apply(T1 item1,
T2 item2,
T3 item3,
T4 item4,
T5 item5) |
Copyright © 2019–2020 SmallRye. All rights reserved.