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