Creator
@implicitNotFound("No implicit property creator available for type ${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.
- Source:
- Prop.scala
Value members
Abstract methods
Creates a Prop[T] of this type based on the given key.
Creates a Prop[T] of this type based on the given key.
- Source:
- Prop.scala