package com.discord.stores; import com.discord.models.thread.dto.ModelThreadListSync; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$23 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$23(StoreStream storeStream) { super(1, storeStream, StoreStream.class, "handleThreadListSync", "handleThreadListSync(Lcom/discord/models/thread/dto/ModelThreadListSync;)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(ModelThreadListSync modelThreadListSync) { invoke(modelThreadListSync); return Unit.a; } public final void invoke(ModelThreadListSync modelThreadListSync) { m.checkNotNullParameter(modelThreadListSync, "p1"); StoreStream.access$handleThreadListSync((StoreStream) this.receiver, modelThreadListSync); } }