package com.discord.utilities.collections; import kotlin.jvm.functions.Function1; /* compiled from: ListenerCollection.kt */ public final class ListenerCollectionSubject$notifyAsync$1 implements Runnable { public final /* synthetic */ Function1 $action; public final /* synthetic */ ListenerCollectionSubject this$0; public ListenerCollectionSubject$notifyAsync$1(ListenerCollectionSubject listenerCollectionSubject, Function1 function1) { this.this$0 = listenerCollectionSubject; this.$action = function1; } @Override // java.lang.Runnable public final void run() { this.this$0.notify(this.$action); } }