doc / ch.tutteli.atrium.api.cc.infix.en_GB.creating.map.get.builders

Package ch.tutteli.atrium.api.cc.infix.en_GB.creating.map.get.builders

Contains the builders - necessary to provide an extensible fluent API - which allow to create sophisticated get assertions for Map.

Types

MapGetNullableOption

interface MapGetNullableOption<K, V, T : Map<out K, V>>

Represents the extension point for another option after a get key-step within a sophisticated get assertion building process for Map.

MapGetOption

interface MapGetOption<K, V : Any, T : Map<out K, V>>

Represents the extension point for another option after a get key-step within a sophisticated get assertion building process for Map.