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 key is associated, or null if this CreationExtras contains no mapping for the key.

Cmn

Inherited functions

From androidx.lifecycle.viewmodel.CreationExtras
open operator Boolean
equals(other: Any?)

Compares the specified object with this CreationExtras for equality.

Cmn
open Int

Returns the hash code value for this CreationExtras.

Cmn
open String

Returns a string representation of this CreationExtras.

Cmn

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.