B - The instance to be returned on which to apply succeeding
builder operations.public static interface Openable.OpenBuilder<B extends Openable.OpenBuilder<B>>
Startable functionality to be invoked in a builder
chain.| Modifier and Type | Method and Description |
|---|---|
B |
withOpen()
Builder method for the
Openable.open() method. |
default B |
withOpenUnchecked()
Opens the component by calling
withOpen() without you to
require catching an OpenException. |
B withOpen() throws OpenException
Openable.open() method.OpenException - Thrown in case opening or accessing an open
line (connection, junction, link) caused problems.default B withOpenUnchecked()
withOpen() without you to
require catching an OpenException.org.refcodes.exception.HiddenException - encapsulates the cause and is thrown upon
encountering a OpenException exceptionCopyright © 2017. All rights reserved.