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