ValueElementSequence
Kotlin
|Java
class ValueElementSequence : Sequence<ValueElement>
kotlin.Any | |
↳ | androidx.compose.ui.platform.ValueElementSequence |
A builder for a sequence of ValueElement.
Summary
Public constructors | |
---|---|
<init>() A builder for a sequence of ValueElement. |
Public methods | |
---|---|
Iterator<ValueElement> |
iterator() |
operator Unit |
Specify a sub element with name and value. |
Public constructors
Public methods
iterator
fun iterator(): Iterator<ValueElement>