get

fun <V, S : NavigationBundleSpecRow<V>> get(row: S): V

Tries to get data of a given NavigationBundleSpecRow from this bundle

Return

The value for the row according to its type

Parameters

row

The NavigationBundleSpecRow for which to get the value from the bundle

Throws

if the row does not match the spec


Convenience getter for a NavigationBundle described using a SingleValueNavigationSpec

Return

The value stored in this bundle according to its type

Parameters

Throws