| Package | Description |
|---|---|
| org.cthul.proc |
| Modifier and Type | Class and Description |
|---|---|
class |
P1<A>
A
ProcBase with one parameter. |
| Modifier and Type | Method and Description |
|---|---|
<A> Proc1<A> |
Proc.asProc1() |
Proc1<A> |
Proc1.call(A a) |
Proc1<B> |
Proc2.curry(A a) |
Proc1<B> |
P2.curry(A a) |
Proc1<C> |
Proc3.curry(A a,
B b) |
Proc1<C> |
P3.curry(A a,
B b) |
Proc1<D> |
Proc4.curry(A a,
B b,
C c) |
Proc1<D> |
P4.curry(A a,
B b,
C c) |
Proc1<A> |
Proc1.with(A a) |
Copyright © 2013. All Rights Reserved.