RichTaskable1

sbt.Scoped.RichTaskable1
final class RichTaskable1[A1](t1: Tuple1[Taskable[A1]]) extends RichTaskables[Tuple1[A1]]

Attributes

Graph
Supertypes
class RichTaskables[Tuple1[A1]]
class Object
trait Matchable
class Any

Members list

Type members

Types

type Fun[M[_], Ret] = M[A1] => 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[A1]

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[Tuple1[A1], Taskable]

Attributes

Inherited from:
RichTaskables