Uses of Interface
org.apache.flink.util.function.ThrowingRunnable
-
Packages that use ThrowingRunnable Package Description org.apache.flink.util.function -
-
Uses of ThrowingRunnable in org.apache.flink.util.function
Subinterfaces of ThrowingRunnable in org.apache.flink.util.function Modifier and Type Interface Description interfaceRunnableWithExceptionSimilar to aRunnable, this interface is used to capture a block of code to be executed.Methods in org.apache.flink.util.function with parameters of type ThrowingRunnable Modifier and Type Method Description static RunnableThrowingRunnable. unchecked(ThrowingRunnable<?> throwingRunnable)Converts aThrowingRunnableinto aRunnablewhich throws all checked exceptions as unchecked.
-