package i0; import i0.i; import java.io.IOException; /* compiled from: lambda */ public final /* synthetic */ class b implements Runnable { public final /* synthetic */ i.b.a i; public final /* synthetic */ f j; public final /* synthetic */ x k; public /* synthetic */ b(i.b.a aVar, f fVar, x xVar) { this.i = aVar; this.j = fVar; this.k = xVar; } @Override // java.lang.Runnable public final void run() { i.b.a aVar = this.i; f fVar = this.j; x xVar = this.k; if (i.b.this.j.d()) { fVar.a(i.b.this, new IOException("Canceled")); } else { fVar.b(i.b.this, xVar); } } }