package androidx.core.util; public interface Consumer { void accept(T t); }