| Modifier and Type | Method and Description |
|---|---|
Proc3<A,B,C> |
call(A a,
B b,
C c) |
Proc2<B,C> |
curry(A a) |
Proc1<C> |
curry(A a,
B b) |
Proc0 |
curry(A a,
B b,
C c) |
Proc3<A,B,C> |
with(A a,
B b,
C c) |
Copyright © 2013. All Rights Reserved.