doc / ch.tutteli.atrium.domain.builders.creating.changers / FeatureExtractorBuilder / OptionsChooser / withDescription

withDescription

open fun withDescription(description: String): Unit

Wraps the given description into an Untranslatable and passes it to the overload which expects a Translatable -- this is then used as custom description instead of the previously defined description.

abstract fun withDescription(description: Translatable): Unit

Uses the given description as custom description instead of the previously defined description.