B - The instance to be returned on which to apply succeeding
builder operations.public static interface Initializable.InitializeBuilder<B extends Initializable.InitializeBuilder<B>>
Initializable functionality to be invoked in a
builder chain.| Modifier and Type | Method and Description |
|---|---|
B |
withInitialize()
Builder method for the
Initializable.initialize() method. |
default B |
withInitializeUnchecked()
Initialize the component by calling
withInitialize() without
you to require catching an InitializeException. |
B withInitialize() throws InitializeException
Initializable.initialize() method.InitializeException - Thrown in case initializing fails.default B withInitializeUnchecked()
withInitialize() without
you to require catching an InitializeException.org.refcodes.exception.HiddenException - encapsulates the cause and is thrown upon
encountering a InitializeException exceptionCopyright © 2018. All rights reserved.