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 Type
    Method
    Description
    Fills a stream with generated values based on the provided fill parameters.
  • Method Details

    • fillStream

      Stream<Object> fillStream(Fill fill)
      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