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 TypeClassDescriptionclass
An aviator function wraps a class's static method.class
Dispatch function by argument arity.final class
All 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.class
Unpacking 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 TypeClassDescriptionclass
seq.array(class, ...elements) function to create a new array of special type and elements.class
Composite predicate function with invalid input: '&'invalid input: '&' or ||class
seq.array_of(class, len) function to create a new array of special type and size.class
seq.list function to new an array list.class
seq.map function to new a hash map.class
seq.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 TypeClassDescriptionclass
Abstract base class for system min/max function.class
Constant function to return the argument itself.class
max function to find the largest element in arguments.class
min function to find the smallest element in arguments.class
tuple(x,y,z, ...) function to return an object array.