39 lines
1.2 KiB
Java
39 lines
1.2 KiB
Java
package com.kofax.mobile.sdk.ah;
|
|
|
|
import com.kofax.mobile.sdk._internal.IImageToByteArray;
|
|
import o.fPK;
|
|
import o.fZE;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class an implements fPK<IImageToByteArray> {
|
|
private final o Yi;
|
|
private final fZE<com.kofax.mobile.sdk._internal.impl.w> ad;
|
|
|
|
public an(o oVar, fZE<com.kofax.mobile.sdk._internal.impl.w> fze) {
|
|
this.Yi = oVar;
|
|
this.ad = fze;
|
|
}
|
|
|
|
@Override // o.fZE
|
|
/* renamed from: sV, reason: merged with bridge method [inline-methods] */
|
|
public final IImageToByteArray get() {
|
|
IImageToByteArray 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 an x(o oVar, fZE<com.kofax.mobile.sdk._internal.impl.w> fze) {
|
|
return new an(oVar, fze);
|
|
}
|
|
|
|
public static IImageToByteArray a(o oVar, com.kofax.mobile.sdk._internal.impl.w wVar) {
|
|
IImageToByteArray a = oVar.a(wVar);
|
|
if (a != null) {
|
|
return a;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
}
|