| Package | Description |
|---|---|
| net.ashwork.functionality.consumer |
This package holds all basic
Consumers (from some input(s) T1, T2, ... |
| net.ashwork.functionality.consumer.abstracts |
The interfaces in this package are annotated with
InheritOnly. |
| net.ashwork.functionality.consumer.abstracts.primitive.booleans |
Abstract consumers that have specialized
boolean-valued type parameters. |
| net.ashwork.functionality.consumer.abstracts.primitive.bytes |
Abstract consumers that have specialized
byte-valued type parameters. |
| net.ashwork.functionality.consumer.abstracts.primitive.chars |
Abstract consumers that have specialized
char-valued type parameters. |
| net.ashwork.functionality.consumer.abstracts.primitive.doubles |
Abstract consumers that have specialized
double-valued type parameters. |
| net.ashwork.functionality.consumer.abstracts.primitive.floats |
Abstract consumers that have specialized
float-valued type parameters. |
| net.ashwork.functionality.consumer.abstracts.primitive.ints |
Abstract consumers that have specialized
int-valued type parameters. |
| net.ashwork.functionality.consumer.abstracts.primitive.longs |
Abstract consumers that have specialized
long-valued type parameters. |
| net.ashwork.functionality.consumer.abstracts.primitive.shorts |
Abstract consumers that have specialized
short-valued type parameters. |
| net.ashwork.functionality.consumer.partial |
Partial expressions are genericized portions of the functional interfaces that
can apply to multiple unrelated functional interfaces.
|
| net.ashwork.functionality.consumer.primitive.booleans |
Consumers that have specialized
boolean-valued type parameters. |
| net.ashwork.functionality.consumer.primitive.bytes |
Consumers that have specialized
byte-valued type parameters. |
| net.ashwork.functionality.consumer.primitive.chars |
Consumers that have specialized
char-valued type parameters. |
| net.ashwork.functionality.consumer.primitive.doubles |
Consumers that have specialized
double-valued type parameters. |
| net.ashwork.functionality.consumer.primitive.floats |
Consumers that have specialized
float-valued type parameters. |
| net.ashwork.functionality.consumer.primitive.ints |
Consumers that have specialized
int-valued type parameters. |
| net.ashwork.functionality.consumer.primitive.longs |
Consumers that have specialized
long-valued type parameters. |
| net.ashwork.functionality.consumer.primitive.shorts |
Consumers that have specialized
short-valued type parameters. |