@FunctionalInterface public interface Function20<A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,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,
L l,
M m,
N n,
O o,
P p,
Q q,
R r,
S s,
T t) |
default Function<A,Function<B,Function<C,Function<D,Function<E,Function<F,Function<G,Function<H,Function<I,Function<J,Function<K,Function<L,Function<M,Function<N,Function<O,Function<P,Function<Q,Function<R,Function<S,Function<T,RESULT>>>>>>>>>>>>>>>>>>>> |
curried() |
Copyright © 2019 The Apache Software Foundation. All rights reserved.