Package com.espertech.esper.common.client.hook.enummethod
package com.espertech.esper.common.client.hook.enummethod
Enumeration method extension API.
-
ClassDescriptionProvides footprint information for enumeration method extension.Enumeration method extension API for adding enum-methods.Context for use with the date-time method extension APIFor use with lambda parameters, the descriptor identifies a specific lambda parameter.Lambda parameter type defines what value "v" assumes in an expression such as
mymethod(v => ...)
, or what value "a" or "b" assume in an expression such asmymethod( (a,b) => ...)
.A lambda parameter that assumes an index value.A lambda parameter that assumes the size value.A lambda parameter that assumes a value of the given type and that originates from the state object by calling the provided getter-method.A lambda parameter that assumes the value itself.Describes to the compiler how it should manage code for the enumeration method.Provides information about the public static method that implements the logic for the enumeration method.Interface for state-providing classes for use with enumeration method extensionContext for use with the enumeration method extension API