package io.reactivex.functions; /* loaded from: classes2.dex */ public interface Consumer { void accept(T t) throws Exception; }