Uses of Interface
org.zalando.fauxpas.ThrowingRunnable
-
-
Uses of ThrowingRunnable in org.zalando.fauxpas
Methods in org.zalando.fauxpas that return ThrowingRunnable Modifier and Type Method Description static <X extends Throwable>
ThrowingRunnable<X>FauxPas. throwingRunnable(ThrowingRunnable<X> runnable)Methods in org.zalando.fauxpas with parameters of type ThrowingRunnable Modifier and Type Method Description static <X extends Throwable>
ThrowingRunnable<X>FauxPas. throwingRunnable(ThrowingRunnable<X> runnable)
-