87 lines
3.3 KiB
Java
87 lines
3.3 KiB
Java
package o;
|
|
|
|
import com.scb.phone.data.entity.transfer.SingleDataEntity;
|
|
|
|
/* renamed from: o.dkJ, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C9465dkJ {
|
|
|
|
/* JADX INFO: Add missing generic type declarations: [R, T] */
|
|
/* renamed from: o.dkJ$HBt */
|
|
/* loaded from: classes3.dex */
|
|
static final class HBt<R, T> extends AbstractC14961gcz implements InterfaceC14894gbR<SingleDataEntity<T>, R> {
|
|
private InterfaceC14894gbR<T, R> a;
|
|
|
|
@Override // o.InterfaceC14894gbR
|
|
public final /* synthetic */ Object invoke(Object obj) {
|
|
return this.a.invoke(((SingleDataEntity) obj).getData());
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
HBt(InterfaceC14894gbR<? super T, ? extends R> interfaceC14894gbR) {
|
|
super(1);
|
|
this.a = interfaceC14894gbR;
|
|
}
|
|
}
|
|
|
|
public static final <T, R> AbstractC13175fSw<R> b(AbstractC13175fSw<SingleDataEntity<T>> abstractC13175fSw, InterfaceC14894gbR<? super T, ? extends R> interfaceC14894gbR) {
|
|
C14957gcv.e(abstractC13175fSw, "");
|
|
C14957gcv.e(interfaceC14894gbR, "");
|
|
final HBt hBt = new HBt(interfaceC14894gbR);
|
|
return new C13372fYk(abstractC13175fSw, new fSS(hBt) { // from class: o.vSU
|
|
private InterfaceC14894gbR a;
|
|
|
|
@Override // o.fSS
|
|
public final Object a(Object obj) {
|
|
InterfaceC14894gbR interfaceC14894gbR2 = this.a;
|
|
C14957gcv.e(interfaceC14894gbR2, "");
|
|
return interfaceC14894gbR2.invoke(obj);
|
|
}
|
|
|
|
{
|
|
this.a = hBt;
|
|
}
|
|
});
|
|
}
|
|
|
|
/* JADX INFO: Add missing generic type declarations: [R, T] */
|
|
/* renamed from: o.dkJ$Sts */
|
|
/* loaded from: classes3.dex */
|
|
static final class Sts<R, T> extends AbstractC14961gcz implements InterfaceC14894gbR<SingleDataEntity<T>, R> {
|
|
private InterfaceC14894gbR<T, R> d;
|
|
|
|
@Override // o.InterfaceC14894gbR
|
|
public final /* synthetic */ Object invoke(Object obj) {
|
|
return this.d.invoke(((SingleDataEntity) obj).getData());
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
Sts(InterfaceC14894gbR<? super T, ? extends R> interfaceC14894gbR) {
|
|
super(1);
|
|
this.d = interfaceC14894gbR;
|
|
}
|
|
}
|
|
|
|
public static final <T, R> AbstractC13163fSk<R> b(AbstractC13163fSk<SingleDataEntity<T>> abstractC13163fSk, InterfaceC14894gbR<? super T, ? extends R> interfaceC14894gbR) {
|
|
C14957gcv.e(abstractC13163fSk, "");
|
|
C14957gcv.e(interfaceC14894gbR, "");
|
|
final Sts sts = new Sts(interfaceC14894gbR);
|
|
return abstractC13163fSk.map(new fSS(sts) { // from class: o.KWS
|
|
private InterfaceC14894gbR a;
|
|
|
|
@Override // o.fSS
|
|
public final Object a(Object obj) {
|
|
InterfaceC14894gbR interfaceC14894gbR2 = this.a;
|
|
C14957gcv.e(interfaceC14894gbR2, "");
|
|
return interfaceC14894gbR2.invoke(obj);
|
|
}
|
|
|
|
{
|
|
this.a = sts;
|
|
}
|
|
});
|
|
}
|
|
}
|