ToFormatterStep

mill.javalib.spotless.ToFormatterStep
class ToFormatterStep(charset: Charset, provisioner: Provisioner) extends Step => FormatterStep

Attributes

Source
converters.scala
Graph
Supertypes
trait Step => FormatterStep
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(step: Step): FormatterStep

Attributes

Source
converters.scala
def path(sub: RelPathRef): Option[Path]

Attributes

Source
converters.scala
def read(cof: ContentOrFile): String

Attributes

Source
converters.scala
def signature(ref: RelPathRef): Option[FileSignature]

Attributes

Source
converters.scala

Inherited methods

def andThen[A](g: FormatterStep => A): Step => A

Attributes

Inherited from:
Function1
def compose[A](g: A => Step): A => FormatterStep

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1