package com.discord.stores; import d0.z.d.m; import d0.z.d.o; import kotlin.Pair; import kotlin.jvm.functions.Function2; /* compiled from: VoiceConfigurationCache.kt */ public final class VoiceConfigurationCache$read$1 extends o implements Function2> { public static final VoiceConfigurationCache$read$1 INSTANCE = new VoiceConfigurationCache$read$1(); public VoiceConfigurationCache$read$1() { super(2); } public final Pair invoke(String str, String str2) { m.checkNotNullParameter(str, "key"); m.checkNotNullParameter(str2, "value"); return d0.o.to(Long.valueOf(Long.parseLong(str)), Boolean.valueOf(Boolean.parseBoolean(str2))); } }