scala.sys.Prop
See theProp companion trait
object Prop
Attributes
- Companion
- trait
- Source
- Prop.scala
- Graph
-
- Supertypes
- Self type
-
Prop.type
Members list
Type members
Classlikes
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
object DoubleProp
Attributes
- Source
- Prop.scala
- Supertypes
- Self type
-
DoubleProp.type
object FileProp
object IntProp
object StringProp
Attributes
- Source
- Prop.scala
- Supertypes
- Self type
-
StringProp.type
Value members
Concrete methods
Attributes
- Source
- Prop.scala
In this article