Documentation / dataflow-async / com.femastudios.dataflow.async.extensions / firstA
Go to reference
Go to reference
firstA
fun <T> Attribute<Iterable<T>>.firstA(predicate: (T) -> Attribute<Boolean>): Attribute<T>
Same as first, but accepts Attribute and returns a new Attribute.
See Also