package c.a.r; import com.discord.rtcconnection.RtcConnection; import rx.functions.Action1; /* compiled from: RtcConnection.kt */ public final class p implements Action1 { public final /* synthetic */ RtcConnection i; public p(RtcConnection rtcConnection) { this.i = rtcConnection; } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // rx.functions.Action1 public void call(Boolean bool) { this.i.t(new o(this, bool)); } }