TraverseExtensions
turbolift.internals.extensions.TraverseExtensions
trait TraverseExtensions
No need to use this trait directly, because it's inherited by Extensions object.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object Extensions
Members list
Extensions
Extensions
extension [A, U, S <: (IterableOnce)](thiz: S[Computation[A, U]])
Like traversePar, but discards the result.
extension [A, U](thiz: Iterator[Computation[A, U]])
Transforms sequence of computations, into computation of sequence.
Transforms sequence of computations, into computation of sequence.
Attributes
extension [A, U, S <: (Iterable)](thiz: S[Computation[A, U]])(using BuildFrom[S[Computation[A, U]], A, S[A]])
extension [A, U](thiz: Option[Computation[A, U]])
Transforms option of computation, into computation of option.
Transforms option of computation, into computation of option.
Attributes
Like traverseVoid.
In this article