Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableLocalizedLabelOperator.Builder
Packages that use ImmutableLocalizedLabelOperator.Builder
-
Uses of ImmutableLocalizedLabelOperator.Builder in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableLocalizedLabelOperator.BuilderModifier and TypeMethodDescriptionImmutableLocalizedLabelOperator.builder()Creates a builder forImmutableLocalizedLabelOperator.ImmutableLocalizedLabelOperator.Builder.from(LocalizedLabelOperator instance) Fill a builder with attribute values from the providedLocalizedLabelOperatorinstance.ImmutableLocalizedLabelOperator.Builder.putAllValue(Map<String, ? extends Expression> entries) Put all mappings from the specified map as entries tovaluemap.ImmutableLocalizedLabelOperator.Builder.putValue(String key, Expression value) Put one entry to thevaluemap.ImmutableLocalizedLabelOperator.Builder.putValue(Map.Entry<String, ? extends Expression> entry) Put one entry to thevaluemap.ImmutableLocalizedLabelOperator.Builder.value(Map<String, ? extends Expression> entries) Sets or replaces all mappings from the specified map as entries for thevaluemap.