Uses of Interface
io.dialob.program.expr.arith.Reducers.OperatorTemplate
-
Packages that use Reducers.OperatorTemplate Package Description io.dialob.program.expr.arith -
-
Uses of Reducers.OperatorTemplate in io.dialob.program.expr.arith
Fields in io.dialob.program.expr.arith declared as Reducers.OperatorTemplate Modifier and Type Field Description static Reducers.OperatorTemplate<BigDecimal>Reducers. DECIMAL_OPERATOR_TEMPLATEstatic Reducers.OperatorTemplate<Duration>Reducers. DURATION_OPERATOR_TEMPLATEstatic Reducers.OperatorTemplate<Integer>Reducers. INTEGER_OPERATOR_TEMPLATEstatic Reducers.OperatorTemplate<Period>Reducers. PERIOD_OPERATOR_TEMPLATEMethods in io.dialob.program.expr.arith that return Reducers.OperatorTemplate Modifier and Type Method Description static Reducers.OperatorTemplate<?>Reducers. ofType(ValueType valueType)
-