Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableFunctionCallOperator.Builder
Packages that use ImmutableFunctionCallOperator.Builder
-
Uses of ImmutableFunctionCallOperator.Builder in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableFunctionCallOperator.BuilderModifier and TypeMethodDescriptionImmutableFunctionCallOperator.Builder.addAllArgs(Iterable<? extends Expression> elements) Adds elements toargslist.ImmutableFunctionCallOperator.Builder.addArgs(Expression element) Adds one element toargslist.ImmutableFunctionCallOperator.Builder.addArgs(Expression... elements) Adds elements toargslist.ImmutableFunctionCallOperator.Builder.args(Iterable<? extends Expression> elements) Sets or replaces all elements forargslist.ImmutableFunctionCallOperator.builder()Creates a builder forImmutableFunctionCallOperator.ImmutableFunctionCallOperator.Builder.from(FunctionCallOperator instance) Fill a builder with attribute values from the providedio.dialob.session.engine.program.expr.arith.FunctionCallOperatorinstance.ImmutableFunctionCallOperator.Builder.from(Expression instance) Fill a builder with attribute values from the providedio.dialob.session.engine.program.model.Expressioninstance.ImmutableFunctionCallOperator.Builder.functionName(String functionName) Initializes the value for thefunctionNameattribute.Initializes the value for thevalueTypeattribute.