package i0; import i0.i; import java.io.IOException; import retrofit2.Response; /* 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 */ Response k; public /* synthetic */ b(i.b.a aVar, f fVar, Response response) { this.i = aVar; this.j = fVar; this.k = response; } @Override // java.lang.Runnable public final void run() { i.b.a aVar = this.i; f fVar = this.j; Response response = this.k; if (i.b.this.j.d()) { fVar.a(i.b.this, new IOException("Canceled")); } else { fVar.b(i.b.this, response); } } }