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.fnLocalMethods 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.functionsprivate final TreeMap<Integer, LambdaFunction> DispatchFunction.variadicFunctionsMethods in com.googlecode.aviator.runtime.function with parameters of type LambdaFunctionModifier and TypeMethodDescriptionvoidDispatchFunction.install(LambdaFunction fn) (package private) static AviatorObject[]DispatchFunction.processVariadicArgs(Map<String, Object> env, int arity, LambdaFunction fn, AviatorObject[] args)