Applicative

mill.api.internal.Applicative
@Scaladoc(value = "/**\n * A generic Applicative-functor macro: translates calls to\n *\n * Applier.apply{ ... applyable1.apply() ... applyable2.apply() ... }\n *\n * into\n *\n * Applier.zipMap(applyable1, applyable2){ (a1, a2, ctx) => ... a1 ... a2 ... }\n */")
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

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

trait Applyable[M[_], +T]

Attributes

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 Worker[T]
Show all
Self type
M[T]

Types

type Id[+T] = T