package com.discord.stores; import d0.z.d.m; import d0.z.d.o; import java.util.HashMap; import kotlin.jvm.functions.Function1; /* compiled from: StoreNotices.kt */ public final class StoreNotices$clearSeen$1 extends o implements Function1, HashMap> { public final /* synthetic */ String $noticeName; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StoreNotices$clearSeen$1(String str) { super(1); this.$noticeName = str; } public final HashMap invoke(HashMap hashMap) { m.checkNotNullParameter(hashMap, "cache"); hashMap.remove(this.$noticeName); return hashMap; } }