See: Description
Interface | Description |
---|---|
BuildableComparableFunction<T,R extends java.lang.Comparable<R>> |
A function of one argument that generates a
Comparable result, and
supports building derived functional types. |
BuildableComparableOptionalFunction<T,R extends java.lang.Comparable<R>> |
A function of one argument that generates an
Optional<Comparable> result, and
supports building derived functional types. |
BuildableFunction<T,R> |
A function of one argument that supports building derived functional types.
|
BuildableOptionalFunction<T,R> |
A function of one argument that generates an
Optional result , and
supports building derived functional types. |
BuildablePredicate<T> |
Created by cdennis on 5/24/17.
|
BuildableStringFunction<T> |
A function of one argument that generates a
String result, and
supports building derived functional types. |
BuildableStringOptionalFunction<T> |
A function of one argument that generates an
Optional<String> result, and
supports building derived functional types. |
BuildableToDoubleFunction<T> |
A function of one argument that generates a
double result, and
supports building derived functional types. |
BuildableToIntFunction<T> |
A function of one argument that generates an
int result, and
supports building derived functional types. |
BuildableToLongFunction<T> |
A function of one argument that generates a
long result, and
supports building derived functional types. |
Class | Description |
---|---|
Collectors |
Provides functionally transparent equivalent collectors to
Collectors . |
Enum | Description |
---|---|
Collectors.VarianceType |
The set of variance statistic types.
|
Behaviorally transparent functions can be more readily and flexibly optimized. The classes will normally be generated by accessing them through the DSL access points in:
CellDefinition
instances (and subtypes)Record
instancesUpdateOperation
static methodsCollectors
static method