21 lines
467 B
Java
21 lines
467 B
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public abstract class HiE<TResult> {
|
||
|
public abstract boolean b();
|
||
|
|
||
|
public abstract TResult c();
|
||
|
|
||
|
public abstract boolean d();
|
||
|
|
||
|
public abstract Exception e();
|
||
|
|
||
|
public abstract HiE<TResult> e(IHX<TResult> ihx);
|
||
|
|
||
|
public abstract HiE<TResult> e(LRb lRb);
|
||
|
|
||
|
public HiE<TResult> a(QNe<TResult> qNe) {
|
||
|
throw new UnsupportedOperationException("addOnCompleteListener is not implemented");
|
||
|
}
|
||
|
}
|