| Modifier and Type | Class and Description |
|---|---|
protected class |
P4.Runner |
| Modifier | Constructor and Description |
|---|---|
|
P4() |
|
P4(A a,
B b,
C c,
D d) |
|
P4(ProcBase source) |
|
P4(ProcBase source,
A a,
B b,
C c,
D d) |
protected |
P4(ProcBase source,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
P4<A,B,C,D> |
call(A a,
B b,
C c,
D d) |
protected P4<A,B,C,D> |
createCopy(Object[] args) |
Proc3<B,C,D> |
curry(A a) |
Proc2<C,D> |
curry(A a,
B b) |
Proc1<D> |
curry(A a,
B b,
C c) |
Proc0 |
curry(A a,
B b,
C c,
D d) |
protected Object |
run(A a,
B b,
C c,
D d)
Executes the proc.
|
protected Object |
run(Object[] args)
Execute the proc.
|
P4<A,B,C,D> |
with(A a,
B b,
C c,
D d) |
args, asProc0, asProc1, asProc2, asProc3, asProc4, assertArgCount, call, callAgain, copy, copy, curry, curryAt, describeArgsTo, describeKeyTo, describeNameTo, describeTo, exception, executeProc, getArgs, getException, getResult, hasResult, illegalArgumentException, name, notImplemented, retry, runtimeException, runtimeException, toString, withclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic P4(ProcBase source)
public P4()
Copyright © 2013. All Rights Reserved.