38 lines
1.0 KiB
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 g implements fPK<com.kofax.mobile.sdk.o.a> {
|
||
|
private final f Ih;
|
||
|
private final fZE<j> Z;
|
||
|
|
||
|
public g(f fVar, fZE<j> fze) {
|
||
|
this.Ih = fVar;
|
||
|
this.Z = fze;
|
||
|
}
|
||
|
|
||
|
@Override // o.fZE
|
||
|
/* renamed from: mf, reason: merged with bridge method [inline-methods] */
|
||
|
public final com.kofax.mobile.sdk.o.a get() {
|
||
|
com.kofax.mobile.sdk.o.a a = this.Ih.a(this.Z.get());
|
||
|
if (a != null) {
|
||
|
return a;
|
||
|
}
|
||
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
||
|
}
|
||
|
|
||
|
public static g a(f fVar, fZE<j> fze) {
|
||
|
return new g(fVar, fze);
|
||
|
}
|
||
|
|
||
|
public static com.kofax.mobile.sdk.o.a a(f fVar, j jVar) {
|
||
|
com.kofax.mobile.sdk.o.a a = fVar.a(jVar);
|
||
|
if (a != null) {
|
||
|
return a;
|
||
|
}
|
||
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
||
|
}
|
||
|
}
|