what-the-bank/sources/com/kofax/mobile/sdk/f/b.java

42 lines
1.0 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.kofax.mobile.sdk.f;
import o.fPK;
import o.fZE;
/* loaded from: classes3.dex */
public final class b implements fPK<a> {
private final fZE<j> xa;
private final fZE<l> xb;
private final fZE<h> xc;
private final fZE<d> xd;
private final fZE<f> xe;
public b(fZE<j> fze, fZE<l> fze2, fZE<h> fze3, fZE<d> fze4, fZE<f> fze5) {
this.xa = fze;
this.xb = fze2;
this.xc = fze3;
this.xd = fze4;
this.xe = fze5;
}
@Override // o.fZE
/* renamed from: im, reason: merged with bridge method [inline-methods] */
public final a get() {
a aVar = new a();
c.a(aVar, this.xa.get());
c.a(aVar, this.xb.get());
c.a(aVar, this.xc.get());
c.a(aVar, this.xd.get());
c.a(aVar, this.xe.get());
return aVar;
}
public static b a(fZE<j> fze, fZE<l> fze2, fZE<h> fze3, fZE<d> fze4, fZE<f> fze5) {
return new b(fze, fze2, fze3, fze4, fze5);
}
public static a in() {
return new a();
}
}