Uses of Class
io.dialob.program.expr.arith.ImmutableFormatOperator
-
Packages that use ImmutableFormatOperator Package Description io.dialob.program.expr.arith -
-
Uses of ImmutableFormatOperator in io.dialob.program.expr.arith
Methods in io.dialob.program.expr.arith that return ImmutableFormatOperator Modifier and Type Method Description ImmutableFormatOperatorImmutableFormatOperator.Builder. build()Builds a newImmutableFormatOperator.static ImmutableFormatOperatorImmutableFormatOperator. copyOf(FormatOperator instance)Creates an immutable copy of aFormatOperatorvalue.static ImmutableFormatOperatorImmutableFormatOperator. of(Expression expression, String format)Construct a new immutableFormatOperatorinstance.ImmutableFormatOperatorImmutableFormatOperator. withExpression(Expression value)Copy the current immutable object by setting a value for theexpressionattribute.ImmutableFormatOperatorImmutableFormatOperator. withFormat(String value)Copy the current immutable object by setting a value for theformatattribute.
-