doc / ch.tutteli.atrium.logic.utils / iterableLikeToIterable

iterableLikeToIterable

fun <T> AssertionContainer<*>.iterableLikeToIterable(iterableLike: IterableLike): Iterable<T>

Transforms the given IterableLike to an Iterable with an element type T.

Note that if T has itself type parameters, then an unsafe cast applies.