discord-jadx/app/src/main/java/com/discord/stores/VoiceConfigurationCache$rea...

21 lines
762 B
Java

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<String, String, Pair<? extends Long, ? extends Boolean>> {
public static final VoiceConfigurationCache$read$1 INSTANCE = new VoiceConfigurationCache$read$1();
public VoiceConfigurationCache$read$1() {
super(2);
}
public final Pair<Long, Boolean> 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)));
}
}