B - the generic typeReloadablepublic static interface Reloadable.ReloadBuilder<B extends Reloadable.ReloadBuilder<B>> extends Reloadable
Reloadable.ReloadBuilder<B extends Reloadable.ReloadBuilder<B>>| Modifier and Type | Method | Description |
|---|---|---|
default B |
withReload() |
With reload as of
Reloadable.reload(). |
default B |
withReloadUnchecked() |
Reloads the component by calling
withReload() without you to
require catching a OpenException. |
reload, reloadUncheckeddefault B withReload() throws OpenException
Reloadable.reload().OpenException - in case reloading failed as of some reason.default B withReloadUnchecked()
withReload() without you to
require catching a OpenException.OpenException.OpenRuntimeException - encapsulates the cause and is thrown
upon encountering a OpenException exceptionCopyright © 2018. All rights reserved.