ListMonadSequence

class Object
trait Matchable
class Any

Value members

Concrete methods

inline def foreach[R, E, A, B, Collection <: (Iterable)](in: Collection[A])(f: A => ThreeList[R, E, B])(implicit bf: BuildFrom[Collection[A], B, Collection[B]]): ThreeList[R, E, Collection[B]]
inline def traverseThreeList[R, E, A, B](as: List[A], f: A => ThreeList[R, E, B]): ThreeList[R, E, List[B]]

Inherited methods

def collectAll[R, E, A, Collection <: (Iterable)](in: Collection[ThreeList[R, E, A]])(implicit bf: BuildFrom[Collection[ThreeList[R, E, A]], A, Collection[A]]): F[R, E, Collection[A]]
Inherited from:
MonadSequence