Uses of Package
com.espertech.esper.common.client.hook.enummethod
Package
Description
Enumeration method extension API.
-
ClassDescriptionProvides footprint information for enumeration method extension.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 the value itself.Describes to the compiler how it should manage code for the enumeration method.Context for use with the enumeration method extension API