discord-jadx/app/src/main/java/com/discord/stores/StoreInviteSettings$generat...

26 lines
1.1 KiB
Java

package com.discord.stores;
import com.airbnb.lottie.parser.AnimatableValueParser;
import com.discord.api.channel.Channel;
import d0.t.u;
import d0.z.d.m;
import j0.k.b;
import java.util.Collection;
import java.util.List;
/* compiled from: StoreInviteSettings.kt */
public final class StoreInviteSettings$generateInviteDefaultChannel$2<T, R> implements b<Collection<? extends Channel>, List<? extends Channel>> {
public static final StoreInviteSettings$generateInviteDefaultChannel$2 INSTANCE = new StoreInviteSettings$generateInviteDefaultChannel$2();
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // j0.k.b
public /* bridge */ /* synthetic */ List<? extends Channel> call(Collection<? extends Channel> collection) {
return call((Collection<Channel>) collection);
}
public final List<Channel> call(Collection<Channel> collection) {
m.checkNotNullExpressionValue(collection, "it");
return u.sortedWith(collection, AnimatableValueParser.K0(Channel.Companion));
}
}