package androidx.media3.common.util;

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