package io.reactivex.functions;

/* JADX INFO: loaded from: classes.dex */
public interface Predicate<T> {
    boolean test(T t) throws Exception;
}
