package f.a.v;

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