Creator

scala.sys.Prop.Creator
trait Creator[+T]

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
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

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

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

Source
Prop.scala