@FunctionalInterface public interface Function9<A,B,C,D,E,F,G,H,I,RESULT>
| Modifier and Type | Method and Description |
|---|---|
RESULT |
apply(A a,
B b,
C c,
D d,
E e,
F f,
G g,
H h,
I i) |
default Function<A,Function<B,Function<C,Function<D,Function<E,Function<F,Function<G,Function<H,Function<I,RESULT>>>>>>>>> |
curried() |
Copyright © 2019 The Apache Software Foundation. All rights reserved.