Args

scalafix.internal.v1.Args
See theArgs companion class
object Args extends TPrintImplicits

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
Args.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

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def decoder(base: Args): ConfDecoder[Args]
def default(cwd: AbsolutePath, out: PrintStream): Args

Concrete fields

val baseMatcher: PathMatcher
val default: Args

Implicits

Implicits

implicit val argsEncoder: ConfEncoder[Args]
implicit val argsSurface: Surface[Args]
implicit val charsetDecoder: ConfDecoder[Charset]
implicit val charsetEncoder: ConfEncoder[Charset]
implicit val classLoaderEncoder: ConfEncoder[URLClassLoader]
implicit val classpathEncoder: ConfEncoder[Classpath]
implicit val confEncoder: ConfEncoder[Conf]
implicit val pathEncoder: ConfEncoder[AbsolutePath]
implicit val pathMatcherDecoder: ConfDecoder[PathMatcher]
implicit val pathMatcherEncoder: ConfEncoder[PathMatcher]
implicit val printStreamDecoder: ConfDecoder[PrintStream]
implicit val printStreamEncoder: ConfEncoder[PrintStream]

Inherited implicits

implicit val absolutePathPrint: TPrint[AbsolutePath]

Attributes

Inherited from:
TPrintImplicits
implicit val confPrint: TPrint[Conf]

Attributes

Inherited from:
TPrintImplicits
implicit def iterablePrint[C <: (Iterable), T](implicit ev: TPrint[T]): TPrint[C[T]]

Attributes

Inherited from:
TPrintImplicits
implicit def optionPrint[T](implicit ev: TPrint[T]): TPrint[Option[T]]

Attributes

Inherited from:
TPrintImplicits
implicit val pathMatcherPrint: TPrint[PathMatcher]

Attributes

Inherited from:
TPrintImplicits