public interface

Action

io.reactivex.functions.Action

Class Overview

A functional interface similar to Runnable but allows throwing a checked exception.

Summary

Public Methods
abstract void run()
Runs the action and optionally throws a checked exception.

Public Methods

public abstract void run ()

Runs the action and optionally throws a checked exception.

Throws
Exception if the implementation wishes to throw a checked exception