Packages

o

scala.sys.Prop

FileProp

implicit object FileProp extends CreatorImpl[File]

Source
Prop.scala
Linear Supertypes
CreatorImpl[File], Creator[File], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FileProp
  2. CreatorImpl
  3. Creator
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(key: String): Prop[File]

    Creates a Prop[T] of this type based on the given key.

    Creates a Prop[T] of this type based on the given key.

    Definition Classes
    CreatorImpl → Creator