takeOrElse
If this [ScaleFactor] [isSpecified] then this is returned, otherwise [block] is executed and its
takeOrElse
Function
Common
inline fun ScaleFactor.takeOrElse(block: () -> ScaleFactor): ScaleFactor
If this ScaleFactor isSpecified then this is returned, otherwise block is executed and its
result is returned.
