convertValue

abstract fun convertValue(value: T): NavigationBundleValue<T>

Converts a given value T to the NavigationBundleValue associated with this type

Return

The NavigationBundleValue associated with the value

Parameters

value

The value T to convert