ConfigureBuildableTry
interface ConfigureBuildableTry<B : TorSetting.BuilderScope> : ConfigurableContract<ConfigureBuildableTry<B>> (source)
Denotes a TorOption as implementing the ConfigurableContract which declares that TorOption.buildable is implemented and able to produce B for a DSL builder scope.
This is distinctly different from ConfigureBuildable in that builder scope B has exceptional requirements, such as the TorOption not being available for the host/environment, or configuration requirements for B not met resulting in an IllegalArgumentException when build gets automatically called upon ThisBlock lambda closure.
Unless absolutely certain that no errors will occur (e.g. you know for a fact that requirements for B will be met), a try/catch block is advised.
Consult the documentation for the builder scope B regarding what its exceptional requirements are.