package io.reactivex.functions;

/* JADX INFO: loaded from: classes.dex */
public interface BooleanSupplier {
    boolean getAsBoolean() throws Exception;
}
