kotest-assertions / io.kotest.properties / Gen / flatMap

flatMap

open fun <U> flatMap(f: (T) -> Gen<U>): Gen<U>
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0

Create a new Gen by mapping the output of this gen.