ThrowingRunnable


@UnstableApi
@FunctionalInterface
public interface ThrowingRunnable<E extends Exception>


A Runnable-like interface that allows throwing checked exceptions.

Parameters
<E extends Exception>

The type of exception that the operation may throw.

Summary

Public methods

abstract void
run()

Runs the operation.

Public methods

run

abstract void run()

Runs the operation.