38 lines
1.1 KiB
Java
38 lines
1.1 KiB
Java
|
package com.kofax.mobile.sdk.j;
|
||
|
|
||
|
import o.fPK;
|
||
|
import o.fZE;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class c implements fPK<com.kofax.mobile.sdk._internal.c> {
|
||
|
private final a zD;
|
||
|
private final fZE<f> zE;
|
||
|
|
||
|
public c(a aVar, fZE<f> 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 c b(a aVar, fZE<f> fze) {
|
||
|
return new c(aVar, fze);
|
||
|
}
|
||
|
|
||
|
public static com.kofax.mobile.sdk._internal.c a(a aVar, f fVar) {
|
||
|
com.kofax.mobile.sdk._internal.c a = aVar.a(fVar);
|
||
|
if (a != null) {
|
||
|
return a;
|
||
|
}
|
||
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
||
|
}
|
||
|
}
|