configureCollection
inline fun <CollectionType : Collection<*>> configureCollection(noinline convert: (List<Any?>) -> CollectionType)
Configures how generated elements are materialized as collection type CollectionType.
Configures how generated elements are materialized as collection type CollectionType.