Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableConditionalListOperator
Packages that use ImmutableConditionalListOperator
-
Uses of ImmutableConditionalListOperator in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableConditionalListOperatorModifier and TypeMethodDescriptionImmutableConditionalListOperator.Builder.build()Builds a newImmutableConditionalListOperator.static <T> ImmutableConditionalListOperator<T> ImmutableConditionalListOperator.copyOf(ConditionalListOperator<T> instance) Creates an immutable copy of aConditionalListOperatorvalue.ImmutableConditionalListOperator.withItems(Pair<Expression, T>... elements) Copy the current immutable object with elements that replace the content ofitems.ImmutableConditionalListOperator.withItems(Iterable<? extends Pair<Expression, T>> elements) Copy the current immutable object with elements that replace the content ofitems.