doc / ch.tutteli.atrium.domain.creating.typeutils

Package ch.tutteli.atrium.domain.creating.typeutils

Type aliases to improve the API.

Type Aliases

CharSequenceOrNumberOrChar

typealias CharSequenceOrNumberOrChar = Any

Type alias for Any but with a better description what is expected at runtime, i.e. either a CharSequence, a Number or a Char.

IterableLike

typealias IterableLike = Any

Type alias for Any but with a better description what is expected at runtime, i.e. such as Iterable, Sequence or one of the other Array types.