typed2
Toggle table of contents
2.0.0-alpha04-SNAPSHOT
release
Target filter
release
Switch theme
Search in API
Skip to content
typed2
navigation-compose
/
com.episode6.typed2.navigation.compose
/
NavScreen
Nav
Screen
open
class
NavScreen
(
val
name
:
String
,
argPrefix
:
String
=
""
)
:
RequiredEnabledKeyNamespace
Members
Constructors
Nav
Screen
Link copied to clipboard
constructor
(
name
:
String
,
argPrefix
:
String
=
""
)
Properties
name
Link copied to clipboard
val
name
:
String
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
>
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
>