| Package | Description |
|---|---|
| io.virtdata.api.composers |
| Modifier and Type | Method and Description |
|---|---|
FunctionAssembler |
FunctionAssembler.andThen(Function andThen)
Allows for mapping generic functions into the composed lambda.
|
FunctionAssembler |
FunctionAssembler.andThen(LongFunction andThen)
Only valid after 0 or more LongUnaryOperators, but not after another LongFunction which isn't a LongFunction<Long>.
|
FunctionAssembler |
FunctionAssembler.andThen(LongUnaryOperator andThen)
Valid for any number of calls from the beginning of assembly.
|
FunctionAssembler |
FunctionAssembler.andThen(Object functionObject) |
Copyright © 2018. All rights reserved.