30 lines
817 B
Java
30 lines
817 B
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class fMP<T> implements InterfaceC14933gcS<Object, T> {
|
||
|
public T d;
|
||
|
private final InterfaceC14890gbN<C14866gag> e;
|
||
|
|
||
|
public fMP(T t, InterfaceC14890gbN<C14866gag> interfaceC14890gbN) {
|
||
|
C14957gcv.e(interfaceC14890gbN, "");
|
||
|
this.e = interfaceC14890gbN;
|
||
|
this.d = t;
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC14933gcS
|
||
|
public final void c(InterfaceC14984gdp<?> interfaceC14984gdp, T t) {
|
||
|
C14957gcv.e(interfaceC14984gdp, "");
|
||
|
if (C14957gcv.b(this.d, t)) {
|
||
|
return;
|
||
|
}
|
||
|
this.d = t;
|
||
|
this.e.invoke();
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC14933gcS
|
||
|
public final T c(InterfaceC14984gdp<?> interfaceC14984gdp) {
|
||
|
C14957gcv.e(interfaceC14984gdp, "");
|
||
|
return this.d;
|
||
|
}
|
||
|
}
|