forked from Juby210/discord-jadx
23 lines
730 B
Java
23 lines
730 B
Java
package j0;
|
|
|
|
import rx.exceptions.MissingBackpressureException;
|
|
/* compiled from: BackpressureOverflow */
|
|
public final class a {
|
|
public static final /* synthetic */ int a = 0;
|
|
|
|
/* compiled from: BackpressureOverflow */
|
|
/* renamed from: j0.a$a reason: collision with other inner class name */
|
|
public static final class C0316a implements b {
|
|
public static final C0316a a = new C0316a();
|
|
|
|
@Override // j0.a.b
|
|
public boolean a() throws MissingBackpressureException {
|
|
throw new MissingBackpressureException("Overflowed buffer");
|
|
}
|
|
}
|
|
|
|
/* compiled from: BackpressureOverflow */
|
|
public interface b {
|
|
boolean a() throws MissingBackpressureException;
|
|
}
|
|
}
|