package o;
/* loaded from: classes.dex */
public interface wPP<TInput, TResult> {
TInput c(TInput tinput, TResult tresult);
}