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 VcsVersion
object Giter8Module
object Dependency
object PublishModule
class RootModule0
trait MainModule
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 Junit4
trait Junit5
trait Munit
trait ScalaCheck
trait ScalaTest
trait Specs2
trait TestNg
trait Utest
trait Weaver
trait ZioTest
trait BspModule
object kover
trait Giter8Module
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
object ResolveChecker extends Checker

Attributes

Source
ResolveChecker.scala
Supertypes
trait Checker
class Object
trait Matchable
class Any
Self type
class TopoSorted(val values: IndexedSeq[Task[_]])

Attributes

Source
TopoSorted.scala
Supertypes
class Object
trait Matchable
class Any

Types

type Watchable = Watchable

Attributes

Source
define.scala

Value members

Concrete fields

val Watchable: Watchable.type

Attributes

Source
define.scala