what-the-bank/sources/com/kofax/mobile/sdk/n/i.java

38 lines
1.0 KiB
Java

package com.kofax.mobile.sdk.n;
import o.fPK;
import o.fZE;
/* loaded from: classes3.dex */
public final class i implements fPK<com.kofax.mobile.sdk.o.c> {
private final f Ih;
private final fZE<a> Ij;
public i(f fVar, fZE<a> fze) {
this.Ih = fVar;
this.Ij = fze;
}
@Override // o.fZE
/* renamed from: mg, reason: merged with bridge method [inline-methods] */
public final com.kofax.mobile.sdk.o.c get() {
com.kofax.mobile.sdk.o.c a = this.Ih.a(this.Ij.get());
if (a != null) {
return a;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
public static i c(f fVar, fZE<a> fze) {
return new i(fVar, fze);
}
public static com.kofax.mobile.sdk.o.c a(f fVar, a aVar) {
com.kofax.mobile.sdk.o.c a = fVar.a(aVar);
if (a != null) {
return a;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
}