doc / ch.tutteli.atrium.domain.builders.utils / GroupWithoutNullableEntries

GroupWithoutNullableEntries

interface GroupWithoutNullableEntries<out T : Any> : Group<T> (source)

Represents a group of T (where T: Any) which can be converted to a List<T>

Inherited Functions

toList

abstract fun toList(): List<T>

Inheritors

Eintraege

class Eintraege<in T : Any> : GroupWithoutNullableEntries<Assert<T>.() -> Unit>

Parameter object to express a GroupWithoutNullableEntries of identification lambdas.

Eintrag

class Eintrag<in T : Any> : GroupWithoutNullableEntries<Assert<T>.() -> Unit>

Parameter object to express a GroupWithoutNullableEntries with a single identification lambda.

Entries

class Entries<in T : Any> : GroupWithoutNullableEntries<Assert<T>.() -> Unit>

Parameter object to express a GroupWithoutNullableEntries of identification lambdas.

Entries

class Entries<in T : Any> : GroupWithoutNullableEntries<Assert<T>.() -> Unit>

Parameter object to express a GroupWithoutNullableEntries of identification lambdas.

Entry

class Entry<in T : Any> : GroupWithoutNullableEntries<Assert<T>.() -> Unit>

Parameter object to express a GroupWithoutNullableEntries with a single identification lambda.

Entry

class Entry<in T : Any> : GroupWithoutNullableEntries<Assert<T>.() -> Unit>

Parameter object to express a Group with a single identification lambda.

Value

data class Value<T : Any> : GroupWithoutNullableEntries<T>

Represents a GroupWithoutNullableEntries with a single value.

Value

class Value<out T : Any> : GroupWithoutNullableEntries<T>

Parameter object to express a Group with a single element.

Values

class Values<T : Any> : GroupWithoutNullableEntries<T>

Represents a GroupWithoutNullableEntries of multiple values.

Values

class Values<out T : Any> : GroupWithoutNullableEntries<T>

Parameter object to express (T, vararg T) where T: Any in the infix-api.

Wert

data class Wert<T : Any> : GroupWithoutNullableEntries<T>

Represents a GroupWithoutNullableEntries with a single value.

Werte

class Werte<T : Any> : GroupWithoutNullableEntries<T>

Represents a GroupWithoutNullableEntries of multiple values.