Uses of Class
io.serialized.client.projection.Function
| Package | Description |
|---|---|
| io.serialized.client.projection |
-
Uses of Function in io.serialized.client.projection
Methods in io.serialized.client.projection that return Function Modifier and Type Method Description FunctionFunction.Builder. build()static FunctionFunction. clear()static FunctionFunction. clearref()static FunctionFunction. delete()Methods in io.serialized.client.projection that return types with arguments of type Function Modifier and Type Method Description List<Function>ProjectionHandler. getFunctions()Methods in io.serialized.client.projection with parameters of type Function Modifier and Type Method Description ProjectionHandler.BuilderProjectionHandler.Builder. addFunction(Function function)ProjectionDefinition.AggregatedProjectionBuilderProjectionDefinition.AggregatedProjectionBuilder. addHandler(String eventType, Function... functions)ProjectionDefinition.SingleProjectionBuilderProjectionDefinition.SingleProjectionBuilder. addHandler(String eventType, Function... functions)static ProjectionHandlerProjectionHandler. handler(String eventType, Function... functions)static ProjectionHandler.BuilderProjectionHandler. newHandler(String eventType, Function... functions)