discord-jadx/app/src/main/java/com/discord/stores/StoreNux$setPremiumGuildHin...

22 lines
789 B
Java

package com.discord.stores;
import com.discord.stores.StoreNux;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.jvm.functions.Function1;
/* compiled from: StoreNux.kt */
public final class StoreNux$setPremiumGuildHintGuildId$1 extends o implements Function1<StoreNux.NuxState, StoreNux.NuxState> {
public final /* synthetic */ Long $value;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreNux$setPremiumGuildHintGuildId$1(Long l) {
super(1);
this.$value = l;
}
public final StoreNux.NuxState invoke(StoreNux.NuxState nuxState) {
m.checkNotNullParameter(nuxState, "it");
return StoreNux.NuxState.copy$default(nuxState, false, false, false, false, false, this.$value, 31, null);
}
}