| Interface | Description |
|---|---|
| Proc |
A proc is a piece of code that can be executed.
|
| Proc0 | |
| Proc1<A> | |
| Proc2<A,B> | |
| Proc3<A,B,C> | |
| Proc4<A,B,C,D> | |
| ProcError.REFactory |
| Class | Description |
|---|---|
| CurryProc | |
| P0 |
A
ProcBase with no parameters. |
| P1<A> |
A
ProcBase with one parameter. |
| P2<A,B> |
A
ProcBase with two parameters. |
| P3<A,B,C> |
A
ProcBase with three parameters. |
| P4<A,B,C,D> |
A
ProcBase with four parameters. |
| PN |
A
PN with parameters. |
| ProcBase<This extends ProcBase<This>> |
Impements the basic contract of the
Proc interface,
but has no behavior. |
| ProcError.ReflectiveREFactory | |
| Procs | |
| ReflectiveProc |
A
PN that uses reflection to invoke a method or a constructor. |
| Error | Description |
|---|---|
| ProcError |
If thrown in a
ProcBase implementation, the execution will fail. |
Copyright © 2013. All Rights Reserved.