toBundle
Deprecated
This feature has been deprecated. It is recommended to use Compose Multiplatform instead.
Converts a NavigationBundle to a Bundle
Return
The converted Bundle
fun <R : NavigationBundleSpecRow<*>> NavigationBundleSpec<R>.toBundle(mapper: (R) -> NavigationBundleValue<*>): NavigationBundle<R>
Deprecated
This feature has been deprecated. It is recommended to use Compose Multiplatform instead.
Creates a NavigationBundle from the NavigationBundleSpec
Return
A NavigationBundle matching this NavigationBundleSpec
Parameters
mapper
Function mapping the NavigationBundleSpecRow in this spec to their respective NavigationBundleValue
Type Parameters
R
The type of NavigationBundleSpecRow associated with the NavigationBundleSpec.