WithFilterSubstAsyncShift
cps.runtime.WithFilterSubstAsyncShift
class WithFilterSubstAsyncShift[A, C <: ([X] =>> Iterable[X] & IterableOps[X, C, C[X]]), CA <: C[A]](ca: CA, p: A => Boolean, csf: IterableOpsAsyncShift[A, C, CA])
WithFilter should be handled in a special way, because it is impossible to access underlaying collection from withFilter, so it's impossible to write async version of withFilter functions, because they require eration over original collection.
Value parameters
- ca
-
original colleaction
- csf
-
Asy
- p
-
predicate
Attributes
- Source
- WithFilterSubstAsyncShift.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article