discord-jadx/app/src/main/java/c/a/y/r0/e.java

17 lines
771 B
Java

package c.a.y.r0;
import com.discord.utilities.file.DownloadUtils;
import kotlin.Pair;
import rx.functions.Func2;
/* compiled from: StickerView.kt */
public final class e<T1, T2, R> implements Func2<DownloadUtils.DownloadState, Integer, Pair<? extends DownloadUtils.DownloadState, ? extends Integer>> {
public static final e j = new e();
/* 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, java.lang.Object] */
@Override // rx.functions.Func2
public Pair<? extends DownloadUtils.DownloadState, ? extends Integer> call(DownloadUtils.DownloadState downloadState, Integer num) {
return new Pair<>(downloadState, num);
}
}