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

GroupWithoutNullableEntries

interface GroupWithoutNullableEntries<out T> : Group<T> (source)
Deprecated: Use super-type Group instead; will be removed with 0.17.0

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

Inherited Functions

toList

abstract fun toList(): List<T>

Returns the members of the group as List.