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