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 Objecttrait Matchableclass Any
- Self type
-
Applicative.type
Members list
In this article