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 classSeqMaxFunctionseq.max function to find the largest element in sequence.classSeqMinFunctionseq.min function to find the smallest element in sequence.
-