syntax

sbt.io.syntax
object syntax extends IOSyntax0

Attributes

Graph
Supertypes
class IOSyntax0
class IOSyntax1
trait BaseSyntax
class Object
trait Matchable
class Any
Show all
Self type
syntax.type

Members list

Type members

Types

type File = File
type URI = URI
type URL = URL

Value members

Concrete methods

def file(s: String): File
def uri(s: String): URI
def url(s: String): URL

Implicits

Implicits

implicit def fileToRichFile(file: File): RichFile
implicit def filesToFinder(cc: Iterable[File]): PathFinder

Inherited implicits

implicit def singleFileFinder(file: File): PathFinder

Attributes

Inherited from:
BaseSyntax

Deprecated and Inherited implicits

implicit def alternative[A, B](f: A => Option[B]): Alternative[A, B]

Attributes

Deprecated
true
Inherited from:
IOSyntax0