DoubleProp

scala.sys.Prop.DoubleProp
object DoubleProp

Attributes

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

Members list

Value members

Inherited methods

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

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