package io.reactivex.functions; /* loaded from: classes2.dex */ public interface Cancellable { void cancel() throws Exception; }