| Package | Description |
|---|---|
| net.ashwork.functionality |
Functionality is a project recreating Java functional interfaces to provide
more detailed and partial expressions.
|
| net.ashwork.functionality.partial |
Partial expressions are genericized portions of the functional interfaces that
can apply to multiple unrelated functional interfaces.
|
| net.ashwork.functionality.primitive.booleans |
Functions that have specialized
boolean-valued type parameters or return types. |
| net.ashwork.functionality.primitive.bytes |
Functions that have specialized
byte-valued type parameters or return types. |
| net.ashwork.functionality.primitive.chars |
Functions that have specialized
char-valued type parameters or return types. |
| net.ashwork.functionality.primitive.combined |
Functions that have specialized primitive type parameters and return types.
|
| net.ashwork.functionality.primitive.doubles |
Functions that have specialized
double-valued type parameters or return types. |
| net.ashwork.functionality.primitive.floats |
Functions that have specialized
float-valued type parameters or return types. |
| net.ashwork.functionality.primitive.ints |
Functions that have specialized
int-valued type parameters or return types. |
| net.ashwork.functionality.primitive.longs |
Functions that have specialized
long-valued type parameters or return types. |
| net.ashwork.functionality.primitive.shorts |
Functions that have specialized
short-valued type parameters or return types. |
| net.ashwork.functionality.util |
Utility packages hold data that are non-specific to the actual program itself,
but rather provide helpful specification and implementation details on the
types within the program.
|