public interface Configurable
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
option(BoltOption<T> option)
Get the option value.
|
<T> Configurable |
option(BoltOption<T> option,
T value)
Allow to specify a
BoltOption which is used for the Configurable instances once they got
created. |
<T> T option(BoltOption<T> option)
option - target option<T> Configurable option(BoltOption<T> option, T value)
BoltOption which is used for the Configurable instances once they got
created. Use a value of null to remove a previous set BoltOption.option - target optionvalue - option value, null to remove the previous optionCopyright © 2020. All rights reserved.