50 lines
1.7 KiB
Java
50 lines
1.7 KiB
Java
package o;
|
|
|
|
import o.InterfaceC14912gbn;
|
|
|
|
/* renamed from: o.gbf, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public abstract class AbstractC14904gbf implements InterfaceC14912gbn.Sts {
|
|
private final InterfaceC14912gbn.HBt<?> key;
|
|
|
|
public AbstractC14904gbf(InterfaceC14912gbn.HBt<?> hBt) {
|
|
C14957gcv.e(hBt, "");
|
|
this.key = hBt;
|
|
}
|
|
|
|
@Override // o.InterfaceC14912gbn
|
|
public <R> R fold(R r, InterfaceC14937gcb<? super R, ? super InterfaceC14912gbn.Sts, ? extends R> interfaceC14937gcb) {
|
|
C14957gcv.e(interfaceC14937gcb, "");
|
|
return interfaceC14937gcb.invoke(r, this);
|
|
}
|
|
|
|
@Override // o.InterfaceC14912gbn.Sts, o.InterfaceC14912gbn
|
|
public <E extends InterfaceC14912gbn.Sts> E get(InterfaceC14912gbn.HBt<E> hBt) {
|
|
C14957gcv.e(hBt, "");
|
|
if (!C14957gcv.b(getKey(), hBt)) {
|
|
return null;
|
|
}
|
|
C14957gcv.d(this, "");
|
|
return this;
|
|
}
|
|
|
|
@Override // o.InterfaceC14912gbn
|
|
public InterfaceC14912gbn minusKey(InterfaceC14912gbn.HBt<?> hBt) {
|
|
C14957gcv.e(hBt, "");
|
|
return C14957gcv.b(getKey(), hBt) ? C14908gbj.e : this;
|
|
}
|
|
|
|
@Override // o.InterfaceC14912gbn
|
|
public InterfaceC14912gbn plus(InterfaceC14912gbn interfaceC14912gbn) {
|
|
C14957gcv.e(interfaceC14912gbn, "");
|
|
AbstractC14904gbf abstractC14904gbf = this;
|
|
C14957gcv.e(interfaceC14912gbn, "");
|
|
return interfaceC14912gbn != C14908gbj.e ? (InterfaceC14912gbn) interfaceC14912gbn.fold(abstractC14904gbf, InterfaceC14912gbn.IeS.C0117IeS.a) : abstractC14904gbf;
|
|
}
|
|
|
|
@Override // o.InterfaceC14912gbn.Sts
|
|
public InterfaceC14912gbn.HBt<?> getKey() {
|
|
return this.key;
|
|
}
|
|
}
|