Uses of Record Class
net.datafaker.service.Range.Bound
Packages that use Range.Bound
-
Uses of Range.Bound in net.datafaker.service
Methods in net.datafaker.service that return Range.BoundModifier and TypeMethodDescriptionRange.from()
Returns the value of thefrom
record component.Range.to()
Returns the value of theto
record component.Constructors in net.datafaker.service with parameters of type Range.BoundModifierConstructorDescriptionRange
(Range.Bound<T> from, Range.Bound<T> to) Creates an instance of aRange
record class.