| Interface | Description |
|---|---|
| ILambda |
Represents the abstract lambda expression whose sole purpose in life is to
evaluate itself on an input and return the result of the evaluation.
|
| IRandomizer |
Abstraction of a randomizer utility
|
| Class | Description |
|---|---|
| Dispatcher |
A simplified Observable class that immediately notifies its Observers when its notifyAll() method is called.
|
| NoOpLambda |
Represents the identity map.
|
| Randomizer |
Utility class that supplies class routines for generating various random values
|
| SineMaker |
A utility class that can be used to create smoothly varying sinusoidal
numerical data.
|