IterableInterop<T> extension
Null safety
- on
-
- Iterable<
T>
- Iterable<
Properties
-
kt
→ KtIterable<
T> -
read-only
Methods
-
toImmutableList(
) → KtList< T> -
Converts the
Iterable
to a truly immutableKtList
-
toImmutableSet(
) → KtSet< T> -
Converts the
Iterable
to a truly immutableKtSet