Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutablePair.Builder
Packages that use ImmutablePair.Builder
-
Uses of ImmutablePair.Builder in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutablePair.BuilderModifier and TypeMethodDescriptionstatic <L,R> ImmutablePair.Builder <L, R> ImmutablePair.builder()Creates a builder forImmutablePair.final ImmutablePair.Builder<L, R> Fill a builder with attribute values from the providedPairinstance.final ImmutablePair.Builder<L, R> Initializes the value for theleftattribute.final ImmutablePair.Builder<L, R> Initializes the value for therightattribute.