Uses of Class
com.googlecode.aviator.runtime.function.seq.AbstractSeqMinMaxFunction.Op
-
Packages that use AbstractSeqMinMaxFunction.Op Package Description com.googlecode.aviator.runtime.function.seq -
-
Uses of AbstractSeqMinMaxFunction.Op in com.googlecode.aviator.runtime.function.seq
Methods in com.googlecode.aviator.runtime.function.seq that return AbstractSeqMinMaxFunction.Op Modifier and Type Method Description protected abstract AbstractSeqMinMaxFunction.OpAbstractSeqMinMaxFunction. getOp()protected AbstractSeqMinMaxFunction.OpSeqMaxFunction. getOp()protected AbstractSeqMinMaxFunction.OpSeqMinFunction. getOp()static AbstractSeqMinMaxFunction.OpAbstractSeqMinMaxFunction.Op. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AbstractSeqMinMaxFunction.Op[]AbstractSeqMinMaxFunction.Op. values()Returns an array containing the constants of this enum type, in the order they are declared.
-