| Interface | Description |
|---|---|
| BasicBox |
Provides a WiredBox interface with a default process function.
|
| MultiFunctionBox |
This class serves as a base for creating WiredBoxes in clojure
dynamically.
|
| Class | Description |
|---|---|
| TypePrintBox |
This box prints the type of whatever it receives on its import port
to standard out, then passes the object on.
|