DefaultIterableLikeToIterableTransformer

Transforms Sequence and all Array types to Iterable.

following a more precise list:

  • Iterable (does not transform anything)

  • Sequence

  • Array

  • CharArray

  • ByteArray

  • ShortArray

  • IntArray

  • LongArray

  • FloatArray

  • DoubleArray

  • BooleanArray

Constructors

Link copied to clipboard
constructor()

Functions

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

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