Applicative

mill.api.internal.Applicative
object Applicative

A generic Applicative-functor macro: translates calls to

Applier.apply{ ... applyable1.apply() ... applyable2.apply() ... }

into

Applier.zipMap(applyable1, applyable2){ (a1, a2, ctx) => ... a1 ... a2 ... }

Attributes

Source
Applicative.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

trait Applyable[M[_], +T]

Attributes

Source
Applicative.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Task[T]
class Anon[T]
trait Named[T]
class Command[T]
trait Simple[T]
class Computed[T]
class Input[T]
class Source
class Sources
class NotImplemented[T]
class Worker[T]
Show all
Self type
M[T]

Types

type Id[+T] = T

Attributes

Source
Applicative.scala