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

22 lines
690 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.gtF, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public abstract class AbstractC15535gtF extends gtE implements InterfaceC15536gtL {
public InterfaceC15536gtL with(gtJ gtj) {
return gtj.adjustInto(this);
}
public InterfaceC15536gtL plus(gtN gtn) {
return gtn.addTo(this);
}
public InterfaceC15536gtL minus(gtN gtn) {
return gtn.subtractFrom(this);
}
public InterfaceC15536gtL minus(long j, InterfaceC15539gtV interfaceC15539gtV) {
return j == Long.MIN_VALUE ? plus(Long.MAX_VALUE, interfaceC15539gtV).plus(1L, interfaceC15539gtV) : plus(-j, interfaceC15539gtV);
}
}