| Modifier and Type | Class | Description |
|---|---|---|
class |
ClassMethodFunction |
An aviator function wraps a class's static method.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
CatchHandlerFunction |
__catch_handler(fun, exception) to create a
CatchHandler. |
class |
NewInstanceFunction |
__new(Class, ...args) to create an instance of special class with arguments.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SeqArrayFunction |
seq.array(class, ...elements) function to create a new array of special type and elements.
|
class |
SeqCompsitePredFunFunction |
Composite predicate function with && or ||
|
class |
SeqNewListFunction |
seq.list function to new an array list.
|
class |
SeqNewMapFunction |
seq.map function to new a hash map.
|
class |
SeqNewSetFunction |
seq.set function to new a hash set.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractMinMaxFunction |
Abstract base class for system min/max function.
|
class |
ConstantFunction |
Constant function to return the argument itself.
|
class |
MaxFunction |
max function to find the largest element in arguments.
|
class |
MinFunction |
min function to find the smallest element in arguments.
|
class |
TupleFunction |
tuple(x,y,z, ...) function to return an object array.
|
Copyright © 2022–2023. All rights reserved.