53 lines
1.6 KiB
Java
53 lines
1.6 KiB
Java
package o;
|
|
|
|
import com.scb.phone.data.entity.transfer.SingleDataEntity;
|
|
import com.scb.phone.data.network.service.friends.FriendsService;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class PHR implements InterfaceC0672Lwm {
|
|
private final FriendsService e;
|
|
|
|
@InterfaceC13391fZD
|
|
public PHR(FriendsService friendsService) {
|
|
C14957gcv.e(friendsService, "");
|
|
this.e = friendsService;
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
static final class Sts extends AbstractC14961gcz implements InterfaceC14894gbR<SingleDataEntity<uUI>, IhJ> {
|
|
public static final Sts a = new Sts();
|
|
|
|
@Override // o.InterfaceC14894gbR
|
|
public final /* synthetic */ IhJ invoke(SingleDataEntity<uUI> singleDataEntity) {
|
|
uUI data = singleDataEntity.getData();
|
|
return new IhJ(data.d, data.e, data.b, data.a);
|
|
}
|
|
|
|
Sts() {
|
|
super(1);
|
|
}
|
|
}
|
|
|
|
@Override // o.InterfaceC0672Lwm
|
|
public final AbstractC13175fSw<IhJ> b() {
|
|
AbstractC13175fSw<SingleDataEntity<uUI>> inviteFriendsInfo = this.e.getInviteFriendsInfo();
|
|
final Sts sts = Sts.a;
|
|
C13372fYk c13372fYk = new C13372fYk(inviteFriendsInfo, new fSS(sts) { // from class: o.EKk
|
|
private InterfaceC14894gbR d;
|
|
|
|
@Override // o.fSS
|
|
public final Object a(Object obj) {
|
|
InterfaceC14894gbR interfaceC14894gbR = this.d;
|
|
C14957gcv.e(interfaceC14894gbR, "");
|
|
return (IhJ) interfaceC14894gbR.invoke(obj);
|
|
}
|
|
|
|
{
|
|
this.d = sts;
|
|
}
|
|
});
|
|
C14957gcv.c(c13372fYk, "");
|
|
return c13372fYk;
|
|
}
|
|
}
|