package androidx.window.extensions.core.util.function;

/* JADX INFO: loaded from: classes.dex */
@FunctionalInterface
public interface Predicate<T> {
    boolean test(T t10);
}
