Kaluga
      Target filter
Search in API
Skip to content
    Kaluga
architecture/com.splendo.kaluga.architecture.navigation/NavigationBundleSpecType/NonNullableNavigationBundleSpecType

NonNullableNavigationBundleSpecType

sealed class NonNullableNavigationBundleSpecType<T : Any> : NavigationBundleSpecType<T>

A NavigationBundleSpecType that takes a non-nullable T

Type Parameters

T

the type of value this NavigationBundleSpecType is representing.

Inheritors

UnitType
BooleanType
BooleanArrayType
BundleType
ByteType
ByteArrayType
CharType
CharArrayType
CharSequenceType
DoubleType
DoubleArrayType
FloatType
FloatArrayType
IntegerType
IntegerArrayType
LongType
LongArrayType
ShortType
ShortArrayType
StringType
StringArrayType
DateType
DateArrayType

Functions

convertValue
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

Generated by Dokka
© 2026 Copyright