exists

sbt.util.FileInfo.exists
object exists extends Style

Attributes

Graph
Supertypes
trait Style
class Object
trait Matchable
class Any
Self type
exists.type

Members list

Type members

Types

type F = PlainFileInfo

Value members

Concrete methods

def apply(file: File, exists: Boolean): PlainFileInfo

Inherited methods

def apply(files: Set[File]): FilesInfo[F]

Attributes

Inherited from:
Style
def unapply(infos: FilesInfo[F]): Set[File]

Attributes

Inherited from:
Style
def unapply(info: F): File

Attributes

Inherited from:
Style

Implicits

Implicits

implicit def apply(file: File): PlainFileInfo
implicit val format: JsonFormat[PlainFileInfo]

Inherited implicits

implicit def formats: JsonFormat[FilesInfo[F]]

Attributes

Inherited from:
Style