package androidx.window.extensions.core.util.function; @FunctionalInterface public interface Predicate<T> { boolean test(T t4); }