TraverseExtensions
turbolift.internals.extensions.orphaned.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
- trait AllOrphanedExtensionsobject Extensions.type
Members list
Concise view
Extensions
Extensions
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 <: (IterableOnce)](thiz: S[Computation[A, U]])
Like traversePar, but discards the result.
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.