| Modifier | Constructor and Description |
|---|---|
|
P3() |
|
P3(A a,
B b,
C c) |
|
P3(ProcBase source) |
|
P3(ProcBase source,
A a,
B b,
C c) |
protected |
P3(ProcBase source,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
P3<A,B,C> |
call(A a,
B b,
C c) |
protected P3<A,B,C> |
createCopy(Object[] args) |
Proc2<B,C> |
curry(A a) |
Proc1<C> |
curry(A a,
B b) |
Proc0 |
curry(A a,
B b,
C c) |
protected Object |
run(A a,
B b,
C c)
Executes the proc.
|
protected Object |
run(Object[] args)
Execute the proc.
|
P3<A,B,C> |
with(A a,
B b,
C c) |
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 P3(ProcBase source)
public P3()
Copyright © 2013. All Rights Reserved.