discord-jadx/app/src/main/java/c/a/r/t.java

19 lines
472 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package c.a.r;
import kotlin.Unit;
2021-06-27 20:53:42 +00:00
import rx.functions.Action1;
2021-06-27 20:44:35 +00:00
/* compiled from: RtcConnection.kt */
2021-06-27 20:53:42 +00:00
public final class t<T> implements Action1<Unit> {
public final /* synthetic */ w i;
2021-06-27 20:44:35 +00:00
2021-06-27 20:53:42 +00:00
public t(w wVar) {
this.i = wVar;
2021-06-27 20:44:35 +00:00
}
2021-06-27 20:53:42 +00:00
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // rx.functions.Action1
public void call(Unit unit) {
2021-07-13 20:23:20 +00:00
this.i.this$0.t(new s(this));
2021-06-27 20:44:35 +00:00
}
}