doc / ch.tutteli.atrium.api.infix.en_GB.creating.map

Package ch.tutteli.atrium.api.infix.en_GB.creating.map

Contains parameter objects related to Map.

Types

KeyValues

class KeyValues<out K, V : Any> : VarArgHelper<KeyWithValueCreator<K, V>>

Parameter object to express KeyWithValueCreator<K, V>, vararg KeyWithValueCreator<K, V>.

KeyWithValueCreator

data class KeyWithValueCreator<out K, V : Any>

Parameter object to express a key/value Pair whose value type is a nullable lambda with an Expect receiver, which means one can either pass a lambda or null.