B - the generic typepublic static interface Reloadable.ReloadBuilder<B extends Reloadable.ReloadBuilder<B>> extends Reloadable
Reloadable.ReloadBuilder<B extends Reloadable.ReloadBuilder<B>>| Modifier and Type | Method and 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.org.refcodes.exception.HiddenException - encapsulates the cause and is thrown upon
encountering a OpenException exceptionCopyright © 2017. All rights reserved.