ShowLines

sbt.util.ShowLines$
See theShowLines companion trait
object ShowLines

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

implicit class ShowLinesOp[A](a: A)(implicit evidence$1: ShowLines[A])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A](f: A => Seq[String]): ShowLines[A]

Implicits

Implicits

final implicit def ShowLinesOp[A : ShowLines](a: A): ShowLinesOp[A]