RichTaskable7

sbt.Scoped$.RichTaskable7
final class RichTaskable7[A, B, C, D, E, F, G](t7: (Taskable[A], Taskable[B], Taskable[C], Taskable[D], Taskable[E], Taskable[F], Taskable[G])) extends RichTaskables[Tuple7K[A, B, C, D, E, F, G]]

Attributes

Graph
Supertypes
class RichTaskables[Tuple7K[A, B, C, D, E, F, G]]
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

type Fun[M[_], Ret] = (M[A], M[B], M[C], M[D], M[E], M[F], M[G]) => Ret

A higher-kinded function, where each parameter shares the same type constructor M[_].

A higher-kinded function, where each parameter shares the same type constructor M[_].

Attributes

Inherited types

type App[T] = Initialize[Task[T]]

Attributes

Inherited from:
RichTaskables

Value members

Concrete methods

def identityMap: App[(A, B, C, D, E, F, G)]

Inherited methods

def flatFailure[T](f: Seq[Incomplete] => Task[T]): App[T]

Attributes

Inherited from:
RichTaskables
def flatMapN[T](f: Id => Task[T]): App[T]

Attributes

Inherited from:
RichTaskables
def flatMapR[T](f: (Result) => Task[T]): App[T]

Attributes

Inherited from:
RichTaskables
def mapFailure[T](f: Seq[Incomplete] => T): App[T]

Attributes

Inherited from:
RichTaskables
def mapN[T](f: Id => T): App[T]

Attributes

Inherited from:
RichTaskables
def mapR[T](f: (Result) => T): App[T]

Attributes

Inherited from:
RichTaskables

Inherited fields

final val keys: Tuple7K[A, B, C, D, E, F, G][Taskable]

Attributes

Inherited from:
RichTaskables