package androidx.window.reflection;

import androidx.window.extensions.core.util.function.Predicate;

/* JADX INFO: loaded from: classes.dex */
public interface Predicate2<T> extends Predicate<T> {
    boolean test(T t6);
}
