Retry

mill.util.Retry
See theRetry companion class
object Retry

Attributes

Companion
class
Source
Retry.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Retry.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

@Scaladoc(value = "/** Use this logger to log from a Mill task */")
def ctxLogger(implicit ctx: Log): String => Unit

Use this logger to log from a Mill task

Use this logger to log from a Mill task

Attributes

Source
Retry.scala
@Scaladoc(value = "/** Use this logger to log with a `PrintStream`, such as `System.err` */")
def printStreamLogger(printStream: PrintStream): String => Unit

Use this logger to log with a PrintStream, such as System.err

Use this logger to log with a PrintStream, such as System.err

Attributes

Source
Retry.scala