discord-jadx/app/src/main/java/com/discord/widgets/chat/input/gifpicker/GifSearchViewModel$Companio...

39 lines
1.9 KiB
Java

package com.discord.widgets.chat.input.gifpicker;
import com.discord.stores.StoreAnalytics;
import com.discord.stores.StoreGifPicker;
import com.discord.widgets.chat.input.gifpicker.GifSearchViewModel;
import d0.z.d.m;
import j0.k.b;
import java.util.List;
import rx.Observable;
import rx.subjects.BehaviorSubject;
/* compiled from: GifSearchViewModel.kt */
public final class GifSearchViewModel$Companion$observeStoreState$1<T, R> implements b<List<? extends String>, Observable<? extends GifSearchViewModel.StoreState>> {
public final /* synthetic */ BehaviorSubject $searchSubject;
public final /* synthetic */ StoreAnalytics $storeAnalytics;
public final /* synthetic */ StoreGifPicker $storeGifPicker;
public GifSearchViewModel$Companion$observeStoreState$1(BehaviorSubject behaviorSubject, StoreAnalytics storeAnalytics, StoreGifPicker storeGifPicker) {
this.$searchSubject = behaviorSubject;
this.$storeAnalytics = storeAnalytics;
this.$storeGifPicker = storeGifPicker;
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // j0.k.b
public /* bridge */ /* synthetic */ Observable<? extends GifSearchViewModel.StoreState> call(List<? extends String> list) {
return call((List<String>) list);
}
public final Observable<? extends GifSearchViewModel.StoreState> call(List<String> list) {
GifSearchViewModel.Companion companion = GifSearchViewModel.Companion;
BehaviorSubject behaviorSubject = this.$searchSubject;
StoreAnalytics storeAnalytics = this.$storeAnalytics;
StoreGifPicker storeGifPicker = this.$storeGifPicker;
m.checkNotNullExpressionValue(list, "terms");
return GifSearchViewModel.Companion.access$observeQueryState(companion, behaviorSubject, storeAnalytics, storeGifPicker, list);
}
}