CreationExtras.Empty
-
Cmn
object CreationExtras.Empty : CreationExtras
| kotlin.Any | ||
| ↳ | androidx.lifecycle.viewmodel.CreationExtras | |
| ↳ | androidx.lifecycle.viewmodel.CreationExtras.Empty |
An empty read-only CreationExtras.
Summary
Public functions |
||
|---|---|---|
open operator T? |
<T : Any?> get(key: CreationExtras.Key<T>)Returns the value to which the specified |
Cmn
|
Inherited functions |
|||||||||
|---|---|---|---|---|---|---|---|---|---|
|
Public functions
get
open operator fun <T : Any?> get(key: CreationExtras.Key<T>): T?
Returns the value to which the specified key is associated, or null if this CreationExtras contains no mapping for the key.