Uses of Record Class
net.datafaker.service.Range.Bound
-
Uses of Range.Bound in net.datafaker.service
Modifier and TypeMethodDescriptionRange.from()
Returns the value of thefrom
record component.Range.to()
Returns the value of theto
record component.ModifierConstructorDescriptionRange
(Range.Bound<T> from, Range.Bound<T> to) Creates an instance of aRange
record class.