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