| Package | Description |
|---|---|
| com.googlecode.aviator.runtime.function.seq | |
| com.googlecode.aviator.runtime.function.system |
| Modifier and Type | Class and Description |
|---|---|
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 and Description |
|---|---|
class |
AbstractMinMaxFunction
Abstract base class for system min/max function.
|
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 © 2019. All rights reserved.