Prop

scala.sys.Prop$
See theProp companion trait
object Prop

Attributes

Companion
trait
Source
Prop.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Prop.type

Members list

Type members

Classlikes

trait Creator[+T]

A creator of property instances.

A creator of property instances. For any type T, if an implicit parameter of type Creator[T] is in scope, a Prop[T] can be created via this object's apply method.

Attributes

Source
Prop.scala
Supertypes
class Object
trait Matchable
class Any
object DoubleProp

Attributes

Source
Prop.scala
Supertypes
trait Creator[Double]
class Object
trait Matchable
class Any
Self type
DoubleProp.type
object FileProp

Attributes

Source
Prop.scala
Supertypes
trait Creator[File]
class Object
trait Matchable
class Any
Self type
FileProp.type
object IntProp

Attributes

Source
Prop.scala
Supertypes
trait Creator[Int]
class Object
trait Matchable
class Any
Self type
IntProp.type
object StringProp

Attributes

Source
Prop.scala
Supertypes
trait Creator[String]
class Object
trait Matchable
class Any
Self type
StringProp.type

Value members

Concrete methods

def apply[T : Creator](key: String): Prop[T]

Attributes

Source
Prop.scala