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

IterableLike

typealias IterableLike = Any (source)

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.

For instance, if used as parameter type, then it means it has to be convertible by the configured IterableLikeToIterableTransformer. See DefaultIterableLikeToIterableTransformer for what is transformed if no custom IterableLikeToIterableTransformer is specified.