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 { private final fZE ad; private final e vJ; public f(e eVar, fZE 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 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"); } }