Uses of Class
com.googlecode.aviator.runtime.function.AbstractVariadicFunction
-
-
Uses of AbstractVariadicFunction in com.googlecode.aviator.runtime.function
Subclasses of AbstractVariadicFunction in com.googlecode.aviator.runtime.function Modifier and Type Class Description classClassMethodFunctionAn aviator function wraps a class's static method.classDispatchFunctionDispatch function by argument arity.classLambdaFunctionAll lamabda function base class -
Uses of AbstractVariadicFunction in com.googlecode.aviator.runtime.function.internal
Subclasses of AbstractVariadicFunction in com.googlecode.aviator.runtime.function.internal Modifier and Type Class Description classCatchHandlerFunction__catch_handler(fun, exception) to create aCatchHandler.classNewInstanceFunction__new(Class, ...args) to create an instance of special class with arguments.classUnpackingArgsFunctionUnpacking arguments on runtimeclassUseFunction__use(pkg, ...names) function to implement import use -
Uses of AbstractVariadicFunction in com.googlecode.aviator.runtime.function.seq
Subclasses of AbstractVariadicFunction in com.googlecode.aviator.runtime.function.seq Modifier and Type Class Description classSeqArrayFunctionseq.array(class, ...elements) function to create a new array of special type and elements.classSeqCompsitePredFunFunctionComposite predicate function with && or ||classSeqNewArrayFunctionseq.array_of(class, len) function to create a new array of special type and size.classSeqNewListFunctionseq.list function to new an array list.classSeqNewMapFunctionseq.map function to new a hash map.classSeqNewSetFunctionseq.set function to new a hash set. -
Uses of AbstractVariadicFunction in com.googlecode.aviator.runtime.function.system
Subclasses of AbstractVariadicFunction in com.googlecode.aviator.runtime.function.system Modifier and Type Class Description classAbstractMinMaxFunctionAbstract base class for system min/max function.classConstantFunctionConstant function to return the argument itself.classMaxFunctionmax function to find the largest element in arguments.classMinFunctionmin function to find the smallest element in arguments.classTupleFunctiontuple(x,y,z, ...) function to return an object array.
-