Prop

object Prop
Companion:
class
Source:
Prop.scala
class Object
trait Matchable
class Any
Prop.type

Type members

Classlikes

@implicitNotFound("No implicit property creator available for type ${T}.")
trait Creator[+T]

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.

Source:
Prop.scala
object DoubleProp
Source:
Prop.scala
object FileProp
Source:
Prop.scala
object IntProp
Source:
Prop.scala
object StringProp
Source:
Prop.scala

Value members

Concrete methods

def apply[T : Creator](key: String): Prop[T]
Source:
Prop.scala