Uses of Class
io.virtdata.api.composers.FunctionAssembler
-
Packages that use FunctionAssembler Package Description io.virtdata.api.composers -
-
Uses of FunctionAssembler in io.virtdata.api.composers
Methods in io.virtdata.api.composers that return FunctionAssembler Modifier and Type Method Description FunctionAssemblerFunctionAssembler. andThen(java.lang.Object functionObject)FunctionAssemblerFunctionAssembler. andThen(java.util.function.Function andThen)Allows for mapping generic functions into the composed lambda.FunctionAssemblerFunctionAssembler. andThen(java.util.function.LongFunction andThen)Only valid after 0 or more LongUnaryOperators, but not after another LongFunction which isn't a LongFunction<Long>.FunctionAssemblerFunctionAssembler. andThen(java.util.function.LongUnaryOperator andThen)Valid for any number of calls from the beginning of assembly.
-