package com.discord.stores; import d0.z.d.o; import java.util.List; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: StoreUser.kt */ public final class StoreUser$fetchUsers$1 extends o implements Function0 { public final /* synthetic */ List $users; public final /* synthetic */ StoreUser this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StoreUser$fetchUsers$1(StoreUser storeUser, List list) { super(0); this.this$0 = storeUser; this.$users = list; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { StoreUser storeUser = this.this$0; StoreUser.access$fetchMissing(storeUser, this.$users, storeUser.getUsers().keySet()); } }