@FunctionalInterface public interface Function11<A,B,C,D,E,F,G,H,I,J,K,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,
J j,
K k) |
default Function<A,Function<B,Function<C,Function<D,Function<E,Function<F,Function<G,Function<H,Function<I,Function<J,Function<K,RESULT>>>>>>>>>>> |
curried() |
Copyright © 2019 The Apache Software Foundation. All rights reserved.