configureCollection
inline fun <CollectionType : Collection<*>> configureCollection(noinline convert: (List<Any?>) -> CollectionType)
Configures how generated elements are materialized as collection type CollectionType.
Deprecated (with error)
Use the reified configureCollection<CollectionType>(convert) overload.
Configures how generated elements are materialized as collection type type.
This low-level overload is intended for callers that already carry a KType. The caller must keep type and the converter type consistent.