typed2
navigation-compose
/
com.episode6.typed2.navigation.compose
/
NavScreen
Nav
Screen
open
class
NavScreen
(
val
name
:
String
,
argPrefix
:
String
=
""
)
:
RequiredEnabledKeyNamespace
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Nav
Screen
Link copied to clipboard
fun
NavScreen
(
name
:
String
,
argPrefix
:
String
=
""
)
Content copied to clipboard
Functions
required
Link copied to clipboard
open
fun
<
T
:
Any
,
BACKED_BY
,
GETTER
:
KeyValueGetter
,
SETTER
:
KeyValueSetter
>
AsyncKey
<
T
?
,
BACKED_BY
,
GETTER
,
SETTER
>
.
required
(
doesNotExistError
:
(
)
->
Throwable
)
:
AsyncKey
<
T
,
BACKED_BY
,
GETTER
,
SETTER
>
Content copied to clipboard
open
fun
<
T
:
Any
,
BACKED_BY
,
GETTER
:
KeyValueGetter
,
SETTER
:
KeyValueSetter
>
Key
<
T
?
,
BACKED_BY
,
GETTER
,
SETTER
>
.
required
(
doesNotExistError
:
(
)
->
Throwable
)
:
Key
<
T
,
BACKED_BY
,
GETTER
,
SETTER
>
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard