anyForType

@API(status = API.Status.EXPERIMENTAL, since = "1.6.0")
inline fun <T : Any> anyForType(): TypeArbitrary<T>

Function to create a TypeArbitrary.

This is a Kotlin convenience for Arbitraries.forType which requires a Java class instead.