Uses of Class
com.espertech.esper.common.client.hook.enummethod.EnumMethodLambdaParameterDescriptor
Packages that use EnumMethodLambdaParameterDescriptor
Package
Description
Enumeration method extension API.
-
Uses of EnumMethodLambdaParameterDescriptor in com.espertech.esper.common.client.hook.enummethod
Methods in com.espertech.esper.common.client.hook.enummethod that return types with arguments of type EnumMethodLambdaParameterDescriptorModifier and TypeMethodDescriptionEnumMethodModeStaticMethod.getLambdaParameters()
Returns the function that determines, for each lambda parameter, the lambda parameter type.Method parameters in com.espertech.esper.common.client.hook.enummethod with type arguments of type EnumMethodLambdaParameterDescriptorModifier and TypeMethodDescriptionvoid
EnumMethodModeStaticMethod.setLambdaParameters
(Function<EnumMethodLambdaParameterDescriptor, EnumMethodLambdaParameterType> lambdaParameters) Sets the function that determines, for each lambda parameter, the lambda parameter type.