Uses of Class
io.dialob.program.expr.arith.ImmutablePair.Builder
-
Packages that use ImmutablePair.Builder Package Description io.dialob.program.expr.arith -
-
Uses of ImmutablePair.Builder in io.dialob.program.expr.arith
Methods in io.dialob.program.expr.arith that return ImmutablePair.Builder Modifier and Type Method Description static <L,R>
ImmutablePair.Builder<L,R>ImmutablePair. builder()Creates a builder forImmutablePair.ImmutablePair.Builder<L,R>ImmutablePair.Builder. from(Pair<L,R> instance)Fill a builder with attribute values from the providedPairinstance.ImmutablePair.Builder<L,R>ImmutablePair.Builder. left(L left)Initializes the value for theleftattribute.ImmutablePair.Builder<L,R>ImmutablePair.Builder. right(R right)Initializes the value for therightattribute.
-