package io.reactivex.functions; /* loaded from: classes2.dex */ public interface Predicate { boolean a(T t) throws Exception; }