package io.reactivex.functions;

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