mill.define.internal

Members list

Type members

Classlikes

@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

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
Supertypes
class Object
trait Matchable
class Any
Self type
trait Cacher extends Cacher

Attributes

Source
Cacher.scala
Supertypes
trait Cacher
class Object
trait Matchable
class Any
Known subtypes
class BaseClass
class BaseModule
object Kover
object KtfmtModule
object KtlintModule
object Giter8Module
object Dependency
object PublishModule
trait MainModule
class RootModule
trait Module
trait Module[T1]
trait CrossValue
trait Module2[T1, T2]
trait Module3[T1, T2, T3]
trait Module4[T1, T2, T3, T4]
trait Module5[T1, T2, T3, T4, T5]
trait Cross[M]
trait TaskModule
trait JavaModule
trait JavaTests
trait KotlinTests
trait KotestTests
trait KspTests
trait MavenTests
trait SbtTests
trait ScalaTests
trait ScalaJSTests
trait KtfmtModule
trait KotlinModule
trait DetektModule
trait KoverModule
trait KspModule
trait BomModule
trait JlinkModule
trait MavenModule
trait SbtModule
trait ScalaModule
trait UnidocModule
trait TestModule
trait AndroidJUnit
trait Junit4
trait Junit5
trait Munit
trait ScalaTest
trait Specs2
trait TestNg
trait Utest
trait Weaver
trait ZioTest
trait RunModule
Show all
@Scaladoc(value = "/**\n * Dummy class used to mark parameters that come after it as named only parameters\n */")

Dummy class used to mark parameters that come after it as named only parameters

Dummy class used to mark parameters that come after it as named only parameters

Attributes

Source
NamedParameterOnlyDummy.scala
Supertypes
class Object
trait Matchable
class Any