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

38 lines
1.2 KiB
Java

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