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 implements b, List> { 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 call(Collection collection) { return call((Collection) collection); } public final List call(Collection collection) { m.checkNotNullExpressionValue(collection, "it"); return u.sortedWith(collection, AnimatableValueParser.K0(Channel.Companion)); } }