checkBuilder

inline fun checkBuilder(value: Boolean, lazyMessage: () -> Any)

Throws a BuilderException with the result of calling lazyMessage if the value is false.