Package com.metsci.glimpse.util.var
Interface Disposable
-
- All Known Implementing Classes:
DisposableGroup
,DisposableGroupMap
public interface Disposable
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Disposable
disposableFromThrower(ThrowingRunnable thrower, Consumer<? super Exception> exceptionHandler)
void
dispose()
-
-
-
Method Detail
-
disposableFromThrower
static Disposable disposableFromThrower(ThrowingRunnable thrower, Consumer<? super Exception> exceptionHandler)
-
dispose
void dispose()
-
-