discord-jadx/app/src/main/java/com/discord/stores/StoreRtcRegion$fetchRtcLate...

22 lines
863 B
Java

package com.discord.stores;
import com.discord.models.domain.ModelRtcLatencyRegion;
import d0.z.d.m;
import j0.k.b;
import j0.l.a.c;
import java.util.List;
import rx.Observable;
/* compiled from: StoreRtcRegion.kt */
public final class StoreRtcRegion$fetchRtcLatencyTestRegionsIps$2<T, R> implements b<Boolean, Observable<? extends List<? extends ModelRtcLatencyRegion>>> {
public final /* synthetic */ StoreRtcRegion this$0;
public StoreRtcRegion$fetchRtcLatencyTestRegionsIps$2(StoreRtcRegion storeRtcRegion) {
this.this$0 = storeRtcRegion;
}
public final Observable<? extends List<ModelRtcLatencyRegion>> call(Boolean bool) {
m.checkNotNullExpressionValue(bool, "isRtcRegionExperimentEnabled");
return bool.booleanValue() ? StoreRtcRegion.access$getRestAPI$p(this.this$0).getRtcLatencyTestRegionsIps() : c.j;
}
}