discord-jadx/app/src/main/java/c/a/d/d0.java

25 lines
716 B
Java

package c.a.d;
import d0.z.d.m;
import d0.z.d.o;
import j0.l.e.j;
import kotlin.jvm.functions.Function1;
import rx.Observable;
/* compiled from: AppTransformers.kt */
public final class d0 extends o implements Function1<T, Observable<R>> {
public final /* synthetic */ Object $switchedValue;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public d0(Object obj) {
super(1);
this.$switchedValue = obj;
}
@Override // kotlin.jvm.functions.Function1
public Object invoke(Object obj) {
j jVar = new j(this.$switchedValue);
m.checkNotNullExpressionValue(jVar, "Observable.just(switchedValue)");
return jVar;
}
}