36 lines
1.1 KiB
Java
36 lines
1.1 KiB
Java
package o;
|
|
|
|
import o.InterfaceC14912gbn;
|
|
|
|
/* renamed from: o.ggx, reason: case insensitive filesystem */
|
|
/* loaded from: classes6.dex */
|
|
public final class C15096ggx implements InterfaceC14912gbn {
|
|
public final Throwable a;
|
|
private final InterfaceC14912gbn b;
|
|
|
|
public C15096ggx(Throwable th, InterfaceC14912gbn interfaceC14912gbn) {
|
|
this.a = th;
|
|
this.b = interfaceC14912gbn;
|
|
}
|
|
|
|
@Override // o.InterfaceC14912gbn
|
|
public final InterfaceC14912gbn plus(InterfaceC14912gbn interfaceC14912gbn) {
|
|
return this.b.plus(interfaceC14912gbn);
|
|
}
|
|
|
|
@Override // o.InterfaceC14912gbn
|
|
public final InterfaceC14912gbn minusKey(InterfaceC14912gbn.HBt<?> hBt) {
|
|
return this.b.minusKey(hBt);
|
|
}
|
|
|
|
@Override // o.InterfaceC14912gbn
|
|
public final <E extends InterfaceC14912gbn.Sts> E get(InterfaceC14912gbn.HBt<E> hBt) {
|
|
return (E) this.b.get(hBt);
|
|
}
|
|
|
|
@Override // o.InterfaceC14912gbn
|
|
public final <R> R fold(R r, InterfaceC14937gcb<? super R, ? super InterfaceC14912gbn.Sts, ? extends R> interfaceC14937gcb) {
|
|
return (R) this.b.fold(r, interfaceC14937gcb);
|
|
}
|
|
}
|