38 lines
928 B
Java
38 lines
928 B
Java
|
package com.kofax.mobile.sdk.o;
|
||
|
|
||
|
import o.fPK;
|
||
|
import o.fZE;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class h implements fPK<a> {
|
||
|
private final g Im;
|
||
|
private final fZE<i> In;
|
||
|
|
||
|
public h(g gVar, fZE<i> fze) {
|
||
|
this.Im = gVar;
|
||
|
this.In = fze;
|
||
|
}
|
||
|
|
||
|
@Override // o.fZE
|
||
|
/* renamed from: mf, reason: merged with bridge method [inline-methods] */
|
||
|
public final a get() {
|
||
|
a a = this.Im.a(this.In.get());
|
||
|
if (a != null) {
|
||
|
return a;
|
||
|
}
|
||
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
||
|
}
|
||
|
|
||
|
public static h a(g gVar, fZE<i> fze) {
|
||
|
return new h(gVar, fze);
|
||
|
}
|
||
|
|
||
|
public static a a(g gVar, i iVar) {
|
||
|
a a = gVar.a(iVar);
|
||
|
if (a != null) {
|
||
|
return a;
|
||
|
}
|
||
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
||
|
}
|
||
|
}
|