what-the-bank/sources/com/kofax/mobile/sdk/ah/ad.java

39 lines
1.1 KiB
Java

package com.kofax.mobile.sdk.ah;
import com.kofax.kmc.ken.engines.DocumentDetector;
import com.kofax.kmc.ken.engines.IDocumentDetector;
import o.fPK;
import o.fZE;
/* loaded from: classes3.dex */
public final class ad implements fPK<IDocumentDetector> {
private final o Yi;
private final fZE<DocumentDetector> ad;
public ad(o oVar, fZE<DocumentDetector> fze) {
this.Yi = oVar;
this.ad = fze;
}
@Override // o.fZE
public final IDocumentDetector get() {
IDocumentDetector a = this.Yi.a(this.ad.get());
if (a != null) {
return a;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
public static ad n(o oVar, fZE<DocumentDetector> fze) {
return new ad(oVar, fze);
}
public static IDocumentDetector a(o oVar, DocumentDetector documentDetector) {
IDocumentDetector a = oVar.a(documentDetector);
if (a != null) {
return a;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
}