discord-jadx/app/src/main/java/j0/a.java

27 lines
849 B
Java
Raw Normal View History

2021-11-08 18:25:28 +00:00
package j0;
import rx.exceptions.MissingBackpressureException;
2022-03-02 20:59:20 +00:00
/* compiled from: BackpressureOverflow.java */
/* loaded from: classes3.dex */
2021-11-08 18:25:28 +00:00
public final class a {
public static final /* synthetic */ int a = 0;
2022-03-02 20:59:20 +00:00
/* compiled from: BackpressureOverflow.java */
2021-11-08 18:25:28 +00:00
/* renamed from: j0.a$a reason: collision with other inner class name */
2022-03-02 20:59:20 +00:00
/* loaded from: classes3.dex */
2022-03-30 16:43:10 +00:00
public static final class C0392a implements b {
public static final C0392a a = new C0392a();
2021-11-08 18:25:28 +00:00
@Override // j0.a.b
public boolean a() throws MissingBackpressureException {
throw new MissingBackpressureException("Overflowed buffer");
}
}
2022-03-02 20:59:20 +00:00
/* compiled from: BackpressureOverflow.java */
/* loaded from: classes3.dex */
2021-11-08 18:25:28 +00:00
public interface b {
boolean a() throws MissingBackpressureException;
}
}