Packages

o

scala.sys.Prop

DoubleProp

implicit object DoubleProp extends CreatorImpl[Double]

Source
Prop.scala
Linear Supertypes
CreatorImpl[Double], Creator[Double], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DoubleProp
  2. CreatorImpl
  3. Creator
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. 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.

    Definition Classes
    CreatorImpl → Creator