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 LambdaFunctionBaseExpression. 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. fnLocalMethods in com.googlecode.aviator.runtime that return LambdaFunction Modifier and Type Method Description LambdaFunctionLambdaFunctionBootstrap. 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. functionsprivate java.util.TreeMap<java.lang.Integer,LambdaFunction>DispatchFunction. variadicFunctionsMethods in com.googlecode.aviator.runtime.function with parameters of type LambdaFunction Modifier and Type Method Description voidDispatchFunction. 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)
-