Interface | Description |
---|---|
ElementsFunction |
Functional interface for LengthProvider2.getElements().
|
HandlerFunction<T> |
Functional interface for ObjectHandler.process().
|
LengthFunction |
Functional interface for LengthProvider.getLength().
|
MaxLengthFunction |
Functional interface for LengthProvider2.getMaxLenggth().
|
TransformerFunction<T1,T2> |
Functional interface for Transformer.convert().
|
Class | Description |
---|---|
StructReader8 |
Extension of StructReader class enabling the usage of lambda functions.
|
StructWriter8 |
Extension of StructWriter class enabling the usage of lambda functions.
|
Util8 |
Extension of Util2 class enabling the usage of lambda functions.
|