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.Op
AbstractSeqMinMaxFunction. getOp()
protected AbstractSeqMinMaxFunction.Op
SeqMaxFunction. getOp()
protected AbstractSeqMinMaxFunction.Op
SeqMinFunction. getOp()
static AbstractSeqMinMaxFunction.Op
AbstractSeqMinMaxFunction.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.
-