what-the-bank/sources/o/C15788ibz.java

48 lines
1.1 KiB
Java

package o;
import com.android.volley.VolleyError;
import o.InterfaceC17333vqS;
/* renamed from: o.ibz, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public class C15788ibz<T> {
public final InterfaceC17333vqS.IeS a;
public boolean b;
public final T c;
public final VolleyError d;
/* renamed from: o.ibz$HBt */
/* loaded from: classes.dex */
public interface HBt {
void onErrorResponse(VolleyError volleyError);
}
/* renamed from: o.ibz$LWm */
/* loaded from: classes.dex */
public interface LWm<T> {
void onResponse(T t);
}
public static <T> C15788ibz<T> b(T t, InterfaceC17333vqS.IeS ieS) {
return new C15788ibz<>(t, ieS);
}
public static <T> C15788ibz<T> b(VolleyError volleyError) {
return new C15788ibz<>(volleyError);
}
private C15788ibz(T t, InterfaceC17333vqS.IeS ieS) {
this.b = false;
this.c = t;
this.a = ieS;
this.d = null;
}
private C15788ibz(VolleyError volleyError) {
this.b = false;
this.c = null;
this.a = null;
this.d = volleyError;
}
}