Package-level declarations

Properties

Link copied to clipboard

A string representation of the array. eg [B@d31183c (size=6, 01:23:45:67:89:AB).

Functions

Link copied to clipboard
@JvmName(name = "getAttribute")
operator fun <T : Attribute> Flow<List<T>>.get(uuidString: String): Flow<T>

Provides access to an Attribute by given string uuid Flow throws NoSuchElementException if the attribute cannot be found.

Link copied to clipboard
@JvmName(name = "getAttributeOrNull")
fun <T : Attribute> Flow<List<T>>.getOrNull(uuidString: String): Flow<T?>

Provides access to an Attribute by given string uuid, or null if it cannot be found