ThrowingRunnable


@UnstableApi
@FunctionalInterface
interface ThrowingRunnable<E : Exception?>


A Runnable-like interface that allows throwing checked exceptions.

Parameters
<E : Exception?>

The type of exception that the operation may throw.

Summary

Public functions

Unit
run()

Runs the operation.

Public functions

run

fun run(): Unit

Runs the operation.