Package ru.objectsfill.types.box_type
Interface BoxTypeFill
- All Superinterfaces:
BoxCollectionFillExtension
- All Known Implementing Classes:
BigDecimalFill,BooleanFill,CharacterFill,DateFill,DoubleFill,IntegerFill,LongFill,PrimitiveBoolean,PrimitiveChar,PrimitiveDouble,PrimitiveInt,PrimitiveLong,StringFill,UUIDFill
Interface for generating a value of the corresponding boxed type.
-
Field Summary
Fields -
Method Summary
Methods inherited from interface ru.objectsfill.types.interfaces.BoxCollectionFillExtension
fillStream
-
Field Details
-
createStreamWithVal
A function that creates a stream of values based on the provided `Fill` object and a value.
-
-
Method Details
-
generate
Generates a value of the corresponding boxed type.- Parameters:
fill- the `Fill` object containing the generation parameters- Returns:
- the generated value
-