48 lines
1.6 KiB
Java
48 lines
1.6 KiB
Java
|
package o;
|
||
|
|
||
|
import o.InterfaceC14912gbn;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class gfS implements InterfaceC14912gbn.Sts, InterfaceC14912gbn.HBt<gfS> {
|
||
|
public static final gfS a = new gfS();
|
||
|
|
||
|
private gfS() {
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC14912gbn
|
||
|
public final <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 final <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 final InterfaceC14912gbn minusKey(InterfaceC14912gbn.HBt<?> hBt) {
|
||
|
C14957gcv.e(hBt, "");
|
||
|
return C14957gcv.b(getKey(), hBt) ? C14908gbj.e : this;
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC14912gbn
|
||
|
public final InterfaceC14912gbn plus(InterfaceC14912gbn interfaceC14912gbn) {
|
||
|
C14957gcv.e(interfaceC14912gbn, "");
|
||
|
gfS gfs = this;
|
||
|
C14957gcv.e(interfaceC14912gbn, "");
|
||
|
return interfaceC14912gbn != C14908gbj.e ? (InterfaceC14912gbn) interfaceC14912gbn.fold(gfs, InterfaceC14912gbn.IeS.C0117IeS.a) : gfs;
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC14912gbn.Sts
|
||
|
public final InterfaceC14912gbn.HBt<?> getKey() {
|
||
|
return this;
|
||
|
}
|
||
|
}
|