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