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

38 lines
1.1 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.kofax.mobile.sdk.j;
import o.fPK;
import o.fZE;
/* loaded from: classes3.dex */
public final class b implements fPK<com.kofax.mobile.sdk._internal.c> {
private final a zD;
private final fZE<d> zE;
public b(a aVar, fZE<d> fze) {
this.zD = aVar;
this.zE = fze;
}
@Override // o.fZE
/* renamed from: iY, reason: merged with bridge method [inline-methods] */
public final com.kofax.mobile.sdk._internal.c get() {
com.kofax.mobile.sdk._internal.c a = this.zD.a(this.zE.get());
if (a != null) {
return a;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
public static b a(a aVar, fZE<d> fze) {
return new b(aVar, fze);
}
public static com.kofax.mobile.sdk._internal.c a(a aVar, d dVar) {
com.kofax.mobile.sdk._internal.c a = aVar.a(dVar);
if (a != null) {
return a;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
}