40 lines
1.0 KiB
Java
40 lines
1.0 KiB
Java
package com.kofax.mobile.sdk._internal.dagger;
|
|
|
|
import com.kofax.mobile.sdk._internal.IBus;
|
|
import com.kofax.mobile.sdk._internal.impl.j;
|
|
import o.fPK;
|
|
import o.fZE;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class f implements fPK<IBus> {
|
|
private final fZE<j> ad;
|
|
private final e vJ;
|
|
|
|
public f(e eVar, fZE<j> fze) {
|
|
this.vJ = eVar;
|
|
this.ad = fze;
|
|
}
|
|
|
|
@Override // o.fZE
|
|
/* renamed from: hm, reason: merged with bridge method [inline-methods] */
|
|
public final IBus get() {
|
|
IBus a = this.vJ.a(this.ad.get());
|
|
if (a != null) {
|
|
return a;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
|
|
public static f a(e eVar, fZE<j> fze) {
|
|
return new f(eVar, fze);
|
|
}
|
|
|
|
public static IBus a(e eVar, j jVar) {
|
|
IBus a = eVar.a(jVar);
|
|
if (a != null) {
|
|
return a;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
}
|