package androidx.core.util;

/* JADX INFO: loaded from: classes.dex */
public interface Consumer<T> {
    void accept(T t);
}
