package j0.l.e; import j0.l.e.j; import rx.Scheduler; import rx.functions.Action0; /* compiled from: ScalarSynchronousObservable */ public class k implements Action0 { public final /* synthetic */ Action0 i; public final /* synthetic */ Scheduler.Worker j; public k(j.b bVar, Action0 action0, Scheduler.Worker worker) { this.i = action0; this.j = worker; } @Override // rx.functions.Action0 public void call() { try { this.i.call(); } finally { this.j.unsubscribe(); } } }