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