Uses of Interface
io.dialob.session.engine.program.expr.arith.Pair
Packages that use Pair
-
Uses of Pair in io.dialob.session.engine.program.expr.arith
Classes in io.dialob.session.engine.program.expr.arith that implement PairModifier and TypeClassDescriptionfinal classImmutablePair<L,R> Immutable implementation ofPair.Methods in io.dialob.session.engine.program.expr.arith that return types with arguments of type PairModifier and TypeMethodDescriptionList<Pair<Expression, T>> ConditionalListOperator.getItems()com.google.common.collect.ImmutableList<Pair<Expression, T>> ImmutableConditionalListOperator.getItems()Methods in io.dialob.session.engine.program.expr.arith with parameters of type PairModifier and TypeMethodDescriptionImmutableConditionalListOperator.Builder.addItems(Pair<Expression, T> element) Adds one element toitemslist.ImmutableConditionalListOperator.Builder.addItems(Pair<Expression, T>... elements) Adds elements toitemslist.static <L,R> ImmutablePair <L, R> Creates an immutable copy of aPairvalue.final ImmutablePair.Builder<L, R> Fill a builder with attribute values from the providedPairinstance.ImmutableConditionalListOperator.withItems(Pair<Expression, T>... elements) Copy the current immutable object with elements that replace the content ofitems.Method parameters in io.dialob.session.engine.program.expr.arith with type arguments of type PairModifier and TypeMethodDescriptionImmutableConditionalListOperator.Builder.addAllItems(Iterable<? extends Pair<Expression, T>> elements) Adds elements toitemslist.ImmutableConditionalListOperator.Builder.items(Iterable<? extends Pair<Expression, T>> elements) Sets or replaces all elements foritemslist.ImmutableConditionalListOperator.withItems(Iterable<? extends Pair<Expression, T>> elements) Copy the current immutable object with elements that replace the content ofitems.