Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableStringTemplateOperator
Packages that use ImmutableStringTemplateOperator
-
Uses of ImmutableStringTemplateOperator in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableStringTemplateOperatorModifier and TypeMethodDescriptionImmutableStringTemplateOperator.Builder.build()Builds a newImmutableStringTemplateOperator.ImmutableStringTemplateOperator.copyOf(StringTemplateOperator instance) Creates an immutable copy of aStringTemplateOperatorvalue.ImmutableStringTemplateOperator.withEvalRequiredConditions(EventMatcher... elements) Copy the current immutable object with elements that replace the content ofevalRequiredConditions.ImmutableStringTemplateOperator.withEvalRequiredConditions(Iterable<? extends EventMatcher> elements) Copy the current immutable object with elements that replace the content ofevalRequiredConditions.ImmutableStringTemplateOperator.withTemplate(String value) Copy the current immutable object by setting a value for thetemplateattribute.