RichTaskable5

sbt.Scoped.RichTaskable5
final class RichTaskable5[A, B, C, D, E](t5: (Taskable[A], Taskable[B], Taskable[C], Taskable[D], Taskable[E])) extends RichTaskables[(A, B, C, D, E)]

Attributes

Graph
Supertypes
class RichTaskables[(A, B, C, D, E)]
class Object
trait Matchable
class Any

Members list

Type members

Types

type Fun[M[_], Ret] = (M[A], M[B], M[C], M[D], M[E]) => 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)]

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: Map[(A, B, C, D, E), Taskable]

Attributes

Inherited from:
RichTaskables