discord-jadx/app/src/main/java/c/a/r/m0/f.java

24 lines
741 B
Java

package c.a.r.m0;
import d0.z.d.o;
import kotlin.jvm.functions.Function2;
/* compiled from: VideoQuality.kt */
public final class f extends o implements Function2<Long, Long, Long> {
public static final f i = new f();
public f() {
super(2);
}
public final long a(long j, long j2) {
return j2 > j ? j : j - j2;
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */
@Override // kotlin.jvm.functions.Function2
public /* bridge */ /* synthetic */ Long invoke(Long l, Long l2) {
return Long.valueOf(a(l.longValue(), l2.longValue()));
}
}