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