RichTaskable9

sbt.Scoped.RichTaskable9
final class RichTaskable9[A, B, C, D, E, F, G, H, I](t9: (Taskable[A], Taskable[B], Taskable[C], Taskable[D], Taskable[E], Taskable[F], Taskable[G], Taskable[H], Taskable[I])) extends RichTaskables[(A, B, C, D, E, F, G, H, I)]

Attributes

Graph
Supertypes
class RichTaskables[(A, B, C, D, E, F, G, H, I)]
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], M[F], M[G], M[H], M[I]) => 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, H, I)]

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, F, G, H, I), Taskable]

Attributes

Inherited from:
RichTaskables