package o; import dagger.Lazy; /* loaded from: classes5.dex */ public final class fPH implements fPK, Lazy { private final T e; public static fPK e(T t) { if (t != null) { return new fPH(t); } throw new NullPointerException("instance cannot be null"); } static { new fPH(null); } private fPH(T t) { this.e = t; } @Override // o.fZE public final T get() { return this.e; } }