47 lines
1.8 KiB
Java
47 lines
1.8 KiB
Java
package o;
|
|
|
|
import kotlinx.coroutines.internal.UndeliveredElementException;
|
|
|
|
/* renamed from: o.gha, reason: case insensitive filesystem */
|
|
/* loaded from: classes6.dex */
|
|
public final class C15112gha {
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public static final <E> UndeliveredElementException e(InterfaceC14894gbR<? super E, C14866gag> interfaceC14894gbR, E e) {
|
|
try {
|
|
interfaceC14894gbR.invoke(e);
|
|
return null;
|
|
} catch (Throwable th) {
|
|
return new UndeliveredElementException("Exception in undelivered element handler for ".concat(String.valueOf(e)), th);
|
|
}
|
|
}
|
|
|
|
/* renamed from: o.gha$RVV */
|
|
/* loaded from: classes6.dex */
|
|
public static final class RVV extends AbstractC14961gcz implements InterfaceC14894gbR<Throwable, C14866gag> {
|
|
private E a;
|
|
private InterfaceC14912gbn d;
|
|
private InterfaceC14894gbR<E, C14866gag> e;
|
|
|
|
@Override // o.InterfaceC14894gbR
|
|
public final /* synthetic */ C14866gag invoke(Throwable th) {
|
|
InterfaceC14894gbR<E, C14866gag> interfaceC14894gbR = this.e;
|
|
E e = this.a;
|
|
InterfaceC14912gbn interfaceC14912gbn = this.d;
|
|
UndeliveredElementException e2 = C15112gha.e(interfaceC14894gbR, e);
|
|
if (e2 != null) {
|
|
geO.b(interfaceC14912gbn, e2);
|
|
}
|
|
return C14866gag.c;
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public RVV(InterfaceC14894gbR<? super E, C14866gag> interfaceC14894gbR, E e, InterfaceC14912gbn interfaceC14912gbn) {
|
|
super(1);
|
|
this.e = interfaceC14894gbR;
|
|
this.a = e;
|
|
this.d = interfaceC14912gbn;
|
|
}
|
|
}
|
|
}
|