Uses of Enum Class
com.googlecode.aviator.runtime.function.seq.AbstractSeqMinMaxFunction.Op
Packages that use AbstractSeqMinMaxFunction.Op
-
Uses of AbstractSeqMinMaxFunction.Op in com.googlecode.aviator.runtime.function.seq
Methods in com.googlecode.aviator.runtime.function.seq that return AbstractSeqMinMaxFunction.OpModifier and TypeMethodDescriptionprotected abstract AbstractSeqMinMaxFunction.Op
AbstractSeqMinMaxFunction.getOp()
protected AbstractSeqMinMaxFunction.Op
SeqMaxFunction.getOp()
protected AbstractSeqMinMaxFunction.Op
SeqMinFunction.getOp()
static AbstractSeqMinMaxFunction.Op
Returns the enum constant of this class with the specified name.static AbstractSeqMinMaxFunction.Op[]
AbstractSeqMinMaxFunction.Op.values()
Returns an array containing the constants of this enum class, in the order they are declared.