39 lines
1.1 KiB
Java
39 lines
1.1 KiB
Java
package com.kofax.mobile.sdk.ah;
|
|
|
|
import com.kofax.mobile.sdk.capture.processing.IImageProcessor;
|
|
import o.fPK;
|
|
import o.fZE;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class ak implements fPK<IImageProcessor> {
|
|
private final o Yi;
|
|
private final fZE<com.kofax.mobile.sdk.ae.b> ad;
|
|
|
|
public ak(o oVar, fZE<com.kofax.mobile.sdk.ae.b> fze) {
|
|
this.Yi = oVar;
|
|
this.ad = fze;
|
|
}
|
|
|
|
@Override // o.fZE
|
|
/* renamed from: sS, reason: merged with bridge method [inline-methods] */
|
|
public final IImageProcessor get() {
|
|
IImageProcessor 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 ak u(o oVar, fZE<com.kofax.mobile.sdk.ae.b> fze) {
|
|
return new ak(oVar, fze);
|
|
}
|
|
|
|
public static IImageProcessor a(o oVar, com.kofax.mobile.sdk.ae.b bVar) {
|
|
IImageProcessor a = oVar.a(bVar);
|
|
if (a != null) {
|
|
return a;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
}
|