StringProp

scala.sys.Prop.StringProp
object StringProp

Attributes

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

Members list

Value members

Inherited methods

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

Creates a Prop[T] of this type based on the given key.

Creates a Prop[T] of this type based on the given key.

Attributes

Inherited from:
CreatorImpl (hidden)
Source
PropImpl.scala