Applicative
mill.define.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
- Source
- Applicative.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Applicative.type
Members list
In this article