Uses of Class
com.googlecode.aviator.runtime.function.LambdaFunction
-
Packages that use LambdaFunction Package Description com.googlecode.aviator com.googlecode.aviator.runtime com.googlecode.aviator.runtime.function -
-
Uses of LambdaFunction in com.googlecode.aviator
Methods in com.googlecode.aviator that return LambdaFunction Modifier and Type Method Description LambdaFunction
BaseExpression. newLambda(Env env, java.lang.String name)
-
Uses of LambdaFunction in com.googlecode.aviator.runtime
Fields in com.googlecode.aviator.runtime with type parameters of type LambdaFunction Modifier and Type Field Description private java.lang.ThreadLocal<java.lang.ref.Reference<LambdaFunction>>
LambdaFunctionBootstrap. fnLocal
Methods in com.googlecode.aviator.runtime that return LambdaFunction Modifier and Type Method Description LambdaFunction
LambdaFunctionBootstrap. 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 LambdaFunction Modifier and Type Field Description private java.util.IdentityHashMap<java.lang.Integer,LambdaFunction>
DispatchFunction. functions
private java.util.TreeMap<java.lang.Integer,LambdaFunction>
DispatchFunction. variadicFunctions
Methods in com.googlecode.aviator.runtime.function with parameters of type LambdaFunction Modifier and Type Method Description void
DispatchFunction. install(LambdaFunction fn)
(package private) static AviatorObject[]
DispatchFunction. processVariadicArgs(java.util.Map<java.lang.String,java.lang.Object> env, int arity, LambdaFunction fn, AviatorObject[] args)
-