NonNullableNavigationBundleSpecType
A NavigationBundleSpecType that takes a non-nullable T
Parameters
T
the type of value this NavigationBundleSpecType is representing.
Inheritors
Functions
Link copied to clipboard
abstract override fun convertValue(value: T): NavigationBundleValue.NonNullableNavigationBundleValue<T>
Converts a given value T to the NavigationBundleValue associated with this type