Documentation / dataflow-async / com.femastudios.dataflow.async.extensions / entries
Go to reference
Go to reference
entries
fun <K, V> Attribute<Map<out K, V>>.entries(): Attribute<Set<Entry<K, V>>>
Same as entries, but returns a new Attribute
See Also