| 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) |
static <A,B,C> Proc3<A,B,C> |
Procs.p(Procs.L3<? super A,? super B,? super C> lambda) |
static <A,B,C> Proc3<A,B,C> |
Procs.p3(Procs.L3<? super A,? super B,? super C> lambda) |
Proc3<A,B,C> |
Proc3.with(A a,
B b,
C c) |
Copyright © 2015. All rights reserved.