Uses of Class
com.io7m.jranges.RangeInclusiveD.Builder
-
Packages that use RangeInclusiveD.Builder Package Description com.io7m.jranges Core functions and types. -
-
Uses of RangeInclusiveD.Builder in com.io7m.jranges
Methods in com.io7m.jranges that return RangeInclusiveD.Builder Modifier and Type Method Description static RangeInclusiveD.BuilderRangeInclusiveD. builder()Creates a builder forRangeInclusiveD.RangeInclusiveD.BuilderRangeInclusiveD.Builder. from(RangeInclusiveDType instance)Fill a builder with attribute values from the providedRangeInclusiveDTypeinstance.RangeInclusiveD.BuilderRangeInclusiveD.Builder. setLower(double lower)Initializes the value for thelowerattribute.RangeInclusiveD.BuilderRangeInclusiveD.Builder. setUpper(double upper)Initializes the value for theupperattribute.
-