package com.discord.stores; import com.airbnb.lottie.parser.AnimatableValueParser; import com.discord.api.channel.Channel; import d0.z.d.m; import j0.k.b; import java.util.LinkedHashMap; import java.util.Map; /* compiled from: StoreSearchData.kt */ public final class StoreSearchData$getGuildSearchData$1 implements b, Map> { public static final StoreSearchData$getGuildSearchData$1 INSTANCE = new StoreSearchData$getGuildSearchData$1(); /* 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 */ Map call(Map map) { return call((Map) map); } public final Map call(Map map) { m.checkNotNullExpressionValue(map, "guildChannels"); LinkedHashMap linkedHashMap = new LinkedHashMap(); for (Map.Entry entry : map.entrySet()) { if (AnimatableValueParser.k1(entry.getValue())) { linkedHashMap.put(entry.getKey(), entry.getValue()); } } return linkedHashMap; } }