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

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

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

Types

ListGetNullableOption

interface ListGetNullableOption<E, T : List<E>>

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

ListGetOption

interface ListGetOption<E : Any, T : List<E>>

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