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 thefromrecord component.Range.to()Returns the value of thetorecord component.Constructors in net.datafaker.service with parameters of type Range.BoundModifierConstructorDescriptionRange(Range.Bound<T> from, Range.Bound<T> to) Creates an instance of aRangerecord class.