| Modifier | Constructor and Description |
|---|---|
|
P2() |
|
P2(A a,
B b) |
|
P2(ProcBase source) |
|
P2(ProcBase source,
A a,
B b) |
protected |
P2(ProcBase source,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
P2<A,B> |
call(A a,
B b) |
protected P2<A,B> |
createCopy(Object[] args) |
Proc1<B> |
curry(A a) |
Proc0 |
curry(A a,
B b) |
protected Object |
run(A a,
B b)
Executes the asProc.
|
protected Object |
run(Object[] args)
Execute the proc.
|
P2<A,B> |
with(A a,
B b) |
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 P2(ProcBase source)
public P2()
protected P2<A,B> createCopy(Object[] args)
createCopy in class ProcBase<P2<A,B>>protected Object run(A a, B b) throws Throwable
a - b - ThrowableCopyright © 2013. All Rights Reserved.