Uses of Class
com.googlecode.aviator.runtime.function.seq.AbstractSeqMinMaxFunction
-
Packages that use AbstractSeqMinMaxFunction Package Description com.googlecode.aviator.runtime.function.seq -
-
Uses of AbstractSeqMinMaxFunction in com.googlecode.aviator.runtime.function.seq
Subclasses of AbstractSeqMinMaxFunction in com.googlecode.aviator.runtime.function.seq Modifier and Type Class Description class
SeqMaxFunction
seq.max function to find the largest element in sequence.class
SeqMinFunction
seq.min function to find the smallest element in sequence.
-