IterableLikeToIterableTransformer

Functions

Link copied to clipboard
abstract fun supportedTypes(): List<String>
Link copied to clipboard
abstract fun <T> unsafeTransform(iterableLike: IterableLike): Iterable<T>

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