Uses of Class
com.googlecode.aviator.runtime.function.seq.AbstractSeqMinMaxFunction
Packages that use AbstractSeqMinMaxFunction
-
Uses of AbstractSeqMinMaxFunction in com.googlecode.aviator.runtime.function.seq
Subclasses of AbstractSeqMinMaxFunction in com.googlecode.aviator.runtime.function.seqModifier and TypeClassDescriptionclass
seq.max function to find the largest element in sequence.class
seq.min function to find the smallest element in sequence.