Package io.didomi.sdk.core.io
Class CollectionsKt
-
- All Implemented Interfaces:
public final class CollectionsKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> SpannedStringjoinToSpannedString(Iterable<T> $self, CharSequence separator, CharSequence prefix, CharSequence postfix, Integer limit, CharSequence truncated, Function1<T, CharSequence> transform)Concat collection of Spannable String (same as joinToString) -
-
Method Detail
-
joinToSpannedString
final static <T extends Any> SpannedString joinToSpannedString(Iterable<T> $self, CharSequence separator, CharSequence prefix, CharSequence postfix, Integer limit, CharSequence truncated, Function1<T, CharSequence> transform)
Concat collection of Spannable String (same as joinToString)
-
-
-
-