data class KeyWithCreator<out K, V>
Parameter object which combines an key of type K with an assertionCreator which defines assertions for a resulting feature of type V.
Use the function key(...) { ... }
to create this representation where the first parameter corresponds
to the key and the second is the assertionCreator.
Since
0.12.0
val assertionCreator: Expect<V>.() -> Unit |
|
val key: K |