Class FillRawStream
java.lang.Object
ru.objectsfill.types.collection_type.FillRawStream
- All Implemented Interfaces:
CollectionTypeFill
Generates a raw
Stream of elements without collecting into a concrete collection.-
Constructor Details
-
FillRawStream
public FillRawStream()
-
-
Method Details
-
generate
Returns a stream of randomly generated elements for the given field.- Specified by:
generatein interfaceCollectionTypeFill- Parameters:
field- the field for which the stream is generatedfill- the generation parameters- Returns:
- a stream of generated elements
-