Arg

scalafix.internal.sbt.Arg
See theArg companion object
sealed trait Arg extends ScalafixArguments => ScalafixArguments

Attributes

Companion
object
Graph
Supertypes
trait ScalafixArguments => ScalafixArguments
class Object
trait Matchable
class Any
Known subtypes
class Classpath
class Config
object NoCache
class ParsedArgs
class Paths
class PrintStream
class Rules
class ScalaVersion
Show all

Members list

Value members

Concrete methods

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 methods

def andThen[A](g: ScalafixArguments => A): ScalafixArguments => A

Attributes

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

Attributes

Inherited from:
Function1

Inherited and Abstract methods

def apply(v1: ScalafixArguments): ScalafixArguments

Attributes

Inherited from:
Function1