Uses of Class
io.dialob.program.expr.arith.Reducers.Number
-
Packages that use Reducers.Number Package Description io.dialob.program.expr.arith -
-
Uses of Reducers.Number in io.dialob.program.expr.arith
Methods in io.dialob.program.expr.arith that return Reducers.Number Modifier and Type Method Description static Reducers.NumberReducers.Number. valueOf(String name)Returns the enum constant of this type with the specified name.static Reducers.Number[]Reducers.Number. values()Returns an array containing the constants of this enum type, in the order they are declared.
-