Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableFormatOperator
Packages that use ImmutableFormatOperator
-
Uses of ImmutableFormatOperator in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableFormatOperatorModifier and TypeMethodDescriptionImmutableFormatOperator.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.final ImmutableFormatOperatorImmutableFormatOperator.withExpression(Expression value) Copy the current immutable object by setting a value for theexpressionattribute.final ImmutableFormatOperatorImmutableFormatOperator.withFormat(String value) Copy the current immutable object by setting a value for theformatattribute.