| Package | Description |
|---|---|
| org.cthul.proc |
| Modifier and Type | Class and Description |
|---|---|
class |
P0
A
ProcBase with no parameters. |
| Modifier and Type | Method and Description |
|---|---|
Proc0 |
Proc.asProc0() |
Proc0 |
Proc0.call() |
Proc0 |
Proc1.curry(A a) |
Proc0 |
P1.curry(A a) |
Proc0 |
Proc2.curry(A a,
B b) |
Proc0 |
P2.curry(A a,
B b) |
Proc0 |
Proc3.curry(A a,
B b,
C c) |
Proc0 |
P3.curry(A a,
B b,
C c) |
Proc0 |
Proc4.curry(A a,
B b,
C c,
D d) |
Proc0 |
P4.curry(A a,
B b,
C c,
D d) |
Copyright © 2013. All Rights Reserved.