Documentation / dataflow-async / com.femastudios.dataflow.async.extensions / asReversed
Go to reference
Go to reference
asReversed
fun <T> Attribute<List<T>>.asReversed(): Attribute<List<T>>
Same as asReversed, but accepts Attribute and returns a new Attribute.
Calling this function is equivalent to use transform and calling asReversed in the transformation function.
This is simply a convenience function.
See Also