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

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

Contains default implementations for the interfaces defined in ch.tutteli.atrium.logic.typeutils.impl specific to subject changing.

Types

DefaultIterableLikeToIterableTransformer

class DefaultIterableLikeToIterableTransformer : IterableLikeToIterableTransformer

Transforms Sequence and all Array types to Iterable.

DefaultMapLikeToIterablePairTransformer

class DefaultMapLikeToIterablePairTransformer : MapLikeToIterablePairTransformer

Transforms all Map as well as all IterableLike which have a resulting element type of either [Pair]<*, *> or [Map.Entry]<*, *> to an Iterable with an element type [Pair]<K, V>.