CombinatorScope

@API(status = API.Status.EXPERIMENTAL, since = "1.8.0")
class CombinatorScope

Functions

Link copied to clipboard
fun <R> combineAs(creator: () -> R): Combined<R>
Link copied to clipboard
fun filter(filter: () -> Boolean)
Link copied to clipboard
fun <R> flatCombineAs(creator: () -> Arbitrary<R>): Combined<R>
Link copied to clipboard
operator fun <T> Arbitrary<T>.provideDelegate(thisRef: Nothing?, property: KProperty<*>): ArbitraryProperty<T>