Uses of Class
com.googlecode.aviator.runtime.function.AbstractVariadicFunction
Packages that use AbstractVariadicFunction
Package
Description
-
Uses of AbstractVariadicFunction in com.googlecode.aviator.runtime.function
Subclasses of AbstractVariadicFunction in com.googlecode.aviator.runtime.functionModifier and TypeClassDescriptionclassAn aviator function wraps a class's static method.classDispatch function by argument arity.final classAll lamabda function base class -
Uses of AbstractVariadicFunction in com.googlecode.aviator.runtime.function.internal
Subclasses of AbstractVariadicFunction in com.googlecode.aviator.runtime.function.internalModifier and TypeClassDescriptionclass__catch_handler(fun, exception) to create aCatchHandler.class__new(Class, ...args) to create an instance of special class with arguments.classUnpacking arguments on runtimeclass__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.seqModifier and TypeClassDescriptionclassseq.array(class, ...elements) function to create a new array of special type and elements.classComposite predicate function with invalid input: '&'invalid input: '&' or ||classseq.array_of(class, len) function to create a new array of special type and size.classseq.list function to new an array list.classseq.map function to new a hash map.classseq.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.systemModifier and TypeClassDescriptionclassAbstract base class for system min/max function.classConstant function to return the argument itself.classmax function to find the largest element in arguments.classmin function to find the smallest element in arguments.classtuple(x,y,z, ...) function to return an object array.