- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
42 lines
772 B
Java
42 lines
772 B
Java
package com.mbridge.msdk.tracker.network;
|
|
|
|
import com.mbridge.msdk.tracker.network.b;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class w<T> {
|
|
public final T a;
|
|
public final b.a b;
|
|
public final ad c;
|
|
public boolean d;
|
|
|
|
public interface a {
|
|
void a(ad adVar);
|
|
}
|
|
|
|
public interface b<T> {
|
|
void a(T t);
|
|
}
|
|
|
|
public static <T> w<T> a(T t, b.a aVar) {
|
|
return new w<>(t, aVar);
|
|
}
|
|
|
|
public static <T> w<T> a(ad adVar) {
|
|
return new w<>(adVar);
|
|
}
|
|
|
|
private w(T t, b.a aVar) {
|
|
this.d = false;
|
|
this.a = t;
|
|
this.b = aVar;
|
|
this.c = null;
|
|
}
|
|
|
|
private w(ad adVar) {
|
|
this.d = false;
|
|
this.a = null;
|
|
this.b = null;
|
|
this.c = adVar;
|
|
}
|
|
}
|