kotest-assertions / io.kotest.properties / Gen / filterNot
filterNot
open fun filterNot(f: (T) -> Boolean): Gen<T>
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
Return
a new Gen by filtering this gen's output by the negated function f