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

Package ch.tutteli.atrium.logic.creating.typeutils

Types

IterableLikeToIterableTransformer

interface IterableLikeToIterableTransformer

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.

CollectionLike

typealias CollectionLike = Any

Type alias for Any but with a better description what is expected at runtime, i.e. a type which can be converted to a Collection.

IterableLike

typealias IterableLike = Any

Type alias for Any but with a better description what is expected at runtime, i.e. a type which can be converted to an Iterable.