Package ru.objectsfill.types.interfaces
Interface BoxCollectionFillExtension
- All Known Subinterfaces:
BoxTypeFill
- All Known Implementing Classes:
BigDecimalFill,BooleanFill,CharacterFill,DateFill,DoubleFill,IntegerFill,LongFill,PrimitiveBoolean,PrimitiveChar,PrimitiveDouble,PrimitiveInt,PrimitiveLong,StringFill,UUIDFill
public interface BoxCollectionFillExtension
Collection interface for filling objects
-
Method Summary
Modifier and TypeMethodDescriptionfillStream(Fill fill) Fills a stream with generated values based on the provided fill parameters.
-
Method Details
-
fillStream
Fills a stream with generated values based on the provided fill parameters.- Parameters:
fill- the `Fill` object containing the generation parameters- Returns:
- a stream of filled values
-