what-the-bank/sources/com/kofax/mobile/sdk/ah/x.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 x implements fPK<com.kofax.mobile.sdk._internal.view.b> {
private final o Yi;
private final fZE<com.kofax.mobile.sdk._internal.impl.view.c> ad;
public x(o oVar, fZE<com.kofax.mobile.sdk._internal.impl.view.c> fze) {
this.Yi = oVar;
this.ad = fze;
}
@Override // o.fZE
/* renamed from: sH, reason: merged with bridge method [inline-methods] */
public final com.kofax.mobile.sdk._internal.view.b get() {
com.kofax.mobile.sdk._internal.view.b b = this.Yi.b(this.ad.get());
if (b != null) {
return b;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
public static x h(o oVar, fZE<com.kofax.mobile.sdk._internal.impl.view.c> fze) {
return new x(oVar, fze);
}
public static com.kofax.mobile.sdk._internal.view.b a(o oVar, com.kofax.mobile.sdk._internal.impl.view.c cVar) {
com.kofax.mobile.sdk._internal.view.b b = oVar.b(cVar);
if (b != null) {
return b;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
}