Uses of Interface
com.metsci.glimpse.util.ThrowingRunnable
-
Packages that use ThrowingRunnable Package Description com.metsci.glimpse.core.support Data structures and support classes.com.metsci.glimpse.util General utility support for spherical geometry calculations, logging, spatial indexing, unit conversions, fast data loading and math calculations.com.metsci.glimpse.util.var -
-
Uses of ThrowingRunnable in com.metsci.glimpse.core.support
Methods in com.metsci.glimpse.core.support with parameters of type ThrowingRunnable Modifier and Type Method Description static voidQuickUtils. swingInvokeLater(ThrowingRunnable runnable)LikeSwingUtilities.invokeLater(Runnable), but allows the runnable to throw checked exceptions. -
Uses of ThrowingRunnable in com.metsci.glimpse.util
Methods in com.metsci.glimpse.util with parameters of type ThrowingRunnable Modifier and Type Method Description static RunnableThrowingRunnable. rethrowing(ThrowingRunnable thrower) -
Uses of ThrowingRunnable in com.metsci.glimpse.util.var
Methods in com.metsci.glimpse.util.var with parameters of type ThrowingRunnable Modifier and Type Method Description static DisposableDisposable. disposableFromThrower(ThrowingRunnable thrower, Consumer<? super Exception> exceptionHandler)
-