package com.discord.stores; import com.discord.api.friendsuggestions.FriendSuggestion; import d0.z.d.k; import d0.z.d.m; import java.util.List; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ public final /* synthetic */ class StoreStream$friendSuggestions$1 extends k implements Function1, Unit> { public StoreStream$friendSuggestions$1(StoreStream storeStream) { super(1, storeStream, StoreStream.class, "handleFriendSuggestionsFetched", "handleFriendSuggestionsFetched(Ljava/util/List;)V", 0); } /* 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 // kotlin.jvm.functions.Function1 public /* bridge */ /* synthetic */ Unit invoke(List list) { invoke((List) list); return Unit.a; } public final void invoke(List list) { m.checkNotNullParameter(list, "p1"); StoreStream.access$handleFriendSuggestionsFetched((StoreStream) this.receiver, list); } }