package com.discord.utilities.analytics; import com.discord.utilities.collections.CollectionExtensionsKt; import d0.z.d.o; import java.util.Map; import kotlin.jvm.functions.Function0; /* compiled from: AnalyticsTracker.kt */ public final class AnalyticsTracker$channelOpened$1 extends o implements Function0> { public final /* synthetic */ Function0 $lazyPropertyProvider; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public AnalyticsTracker$channelOpened$1(Function0 function0) { super(0); this.$lazyPropertyProvider = function0; } /* Return type fixed from 'java.util.Map' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final Map mo1invoke() { return CollectionExtensionsKt.filterNonNullValues((Map) this.$lazyPropertyProvider.mo1invoke()); } }