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