TraverseExtensions

class Object
trait Matchable
class Any

Extensions

Extensions

extension [A, T, U](thiz: Either[T, Computation[A, U]])
def traverse: Computation[Either[T, A], U]
def traverseShort: Computation[Either[T, A], U]
extension [A, U, S <: (Iterable)](thiz: S[Computation[A, U]])
def traverse(using bf: BuildFrom[S[Computation[A, U]], A, S[A]]): Computation[S[A], U]
def traverseShort(using bf: BuildFrom[S[Computation[A, U]], A, S[A]]): Computation[S[A], U]
extension [A, U, S <: (IterableOnce)](thiz: S[Computation[A, U]])
extension [A, U](thiz: Option[Computation[A, U]])
def traverse: Computation[Option[A], U]
def traverseShort: Computation[Option[A], U]
extension [A, U](thiz: Iterator[Computation[A, U]])
def traverse: Computation[Vector[A], U]
def traverseShort: Computation[Vector[A], U]