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