KeyWithCreator

data class KeyWithCreator<out K, V>(source)

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

Properties

Link copied to clipboard
Link copied to clipboard
val key: K