package h0; import androidx.core.app.NotificationCompat; import c0.k; import c0.l; import c0.z.d.m; import kotlinx.coroutines.CancellableContinuation; import retrofit2.Response; /* compiled from: KotlinExtensions.kt */ public final class o implements f { public final /* synthetic */ CancellableContinuation a; public o(CancellableContinuation cancellableContinuation) { this.a = cancellableContinuation; } @Override // h0.f public void a(d dVar, Throwable th) { m.checkParameterIsNotNull(dVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(th, "t"); CancellableContinuation cancellableContinuation = this.a; k.a aVar = k.i; cancellableContinuation.resumeWith(k.m2constructorimpl(l.createFailure(th))); } @Override // h0.f public void b(d dVar, Response response) { m.checkParameterIsNotNull(dVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(response, "response"); CancellableContinuation cancellableContinuation = this.a; k.a aVar = k.i; cancellableContinuation.resumeWith(k.m2constructorimpl(response)); } }