Uses of Class
com.googlecode.aviator.runtime.function.LambdaFunction
Packages that use LambdaFunction
Package
Description
-
Uses of LambdaFunction in com.googlecode.aviator
Methods in com.googlecode.aviator that return LambdaFunction -
Uses of LambdaFunction in com.googlecode.aviator.runtime
Fields in com.googlecode.aviator.runtime with type parameters of type LambdaFunctionModifier and TypeFieldDescriptionprivate ThreadLocal
<Reference<LambdaFunction>> LambdaFunctionBootstrap.fnLocal
Methods in com.googlecode.aviator.runtime that return LambdaFunctionModifier and TypeMethodDescriptionLambdaFunctionBootstrap.newInstance
(Env env) Create a lambda function. -
Uses of LambdaFunction in com.googlecode.aviator.runtime.function
Fields in com.googlecode.aviator.runtime.function with type parameters of type LambdaFunctionModifier and TypeFieldDescriptionprivate final IdentityHashMap
<Integer, LambdaFunction> DispatchFunction.functions
private final TreeMap
<Integer, LambdaFunction> DispatchFunction.variadicFunctions
Methods in com.googlecode.aviator.runtime.function with parameters of type LambdaFunctionModifier and TypeMethodDescriptionvoid
DispatchFunction.install
(LambdaFunction fn) (package private) static AviatorObject[]
DispatchFunction.processVariadicArgs
(Map<String, Object> env, int arity, LambdaFunction fn, AviatorObject[] args)