38 lines
1.3 KiB
Java
38 lines
1.3 KiB
Java
|
package com.kofax.mobile.sdk.ah;
|
||
|
|
||
|
import o.fPK;
|
||
|
import o.fZE;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class bq implements fPK<com.kofax.mobile.sdk._internal.camera.t> {
|
||
|
private final bn Yo;
|
||
|
private final fZE<com.kofax.mobile.sdk._internal.impl.camera.am> ad;
|
||
|
|
||
|
public bq(bn bnVar, fZE<com.kofax.mobile.sdk._internal.impl.camera.am> fze) {
|
||
|
this.Yo = bnVar;
|
||
|
this.ad = fze;
|
||
|
}
|
||
|
|
||
|
@Override // o.fZE
|
||
|
/* renamed from: tx, reason: merged with bridge method [inline-methods] */
|
||
|
public final com.kofax.mobile.sdk._internal.camera.t get() {
|
||
|
com.kofax.mobile.sdk._internal.camera.t a = this.Yo.a(this.ad.get());
|
||
|
if (a != null) {
|
||
|
return a;
|
||
|
}
|
||
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
||
|
}
|
||
|
|
||
|
public static bq c(bn bnVar, fZE<com.kofax.mobile.sdk._internal.impl.camera.am> fze) {
|
||
|
return new bq(bnVar, fze);
|
||
|
}
|
||
|
|
||
|
public static com.kofax.mobile.sdk._internal.camera.t a(bn bnVar, com.kofax.mobile.sdk._internal.impl.camera.am amVar) {
|
||
|
com.kofax.mobile.sdk._internal.camera.t a = bnVar.a(amVar);
|
||
|
if (a != null) {
|
||
|
return a;
|
||
|
}
|
||
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
||
|
}
|
||
|
}
|