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