syntax

object syntax extends IOSyntax0
class IOSyntax0
class IOSyntax1
class Object
trait Matchable
class Any
syntax.type

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
Inherited from:
BaseSyntax

Deprecated and Inherited implicits

@deprecated("Alternative is no longer used in sbt io.", "1.3.0")
implicit def alternative[A, B](f: A => Option[B]): Alternative[A, B]
Deprecated
Inherited from:
IOSyntax0