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