public class CollectionsKt
@NotNull
public static <K,V> java.util.Map<K,V> mapNotNullValues(@NotNull
kotlin.Pair... pairs)
Return a map with only not null values.
@NotNull
public static <T,K,V> java.util.List<kotlin.Pair> mapNotNullValues(@NotNull
java.lang.Iterable<? extends T> $this$mapNotNullValues,
@NotNull
kotlin.jvm.functions.Function1<? super T,? extends kotlin.Pair<? extends K,? extends V>> transform)
Map not null values of the Pair results of the specified transformation.
@NotNull
public static <T> java.util.Set<T> toSet(@NotNull
java.util.Enumeration<T> $this$toSet)
Extract a Set from an Enumeration.
@NotNull
public static <T> java.util.List<T> toList(@NotNull
java.util.Iterator<? extends T> $this$toList)
@NotNull
public static <T> java.util.List<T> toSafeList(@NotNull
java.util.Iterator<? extends T> $this$toSafeList)