22 lines
396 B
Java
22 lines
396 B
Java
|
package o;
|
||
|
|
||
|
import java.io.Serializable;
|
||
|
|
||
|
/* loaded from: classes6.dex */
|
||
|
public final class fZM<T> implements InterfaceC13393fZL<T>, Serializable {
|
||
|
private final T e;
|
||
|
|
||
|
public fZM(T t) {
|
||
|
this.e = t;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
return String.valueOf(e());
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC13393fZL
|
||
|
public final T e() {
|
||
|
return this.e;
|
||
|
}
|
||
|
}
|