RangedValueProvider

sealed interface RangedValueProvider

Provides a ranged value to a submodule. This has the advantage that the value can be either registered in the module or in the submodule.

Inheritors

Functions

Link copied to clipboard
abstract fun register(offeredValueGroup: ValueGroup): RangedValue<*>?

Offers the provider to register to the configurable.