package androidx.window.extensions.core.util.function; @FunctionalInterface public interface Function<T, R> { R apply(T t4); }