Packages

sealed trait Style extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Style
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type F <: FileInfo

Abstract Value Members

  1. abstract def apply(file: File): F
  2. implicit abstract def format: JsonFormat[F]

Concrete Value Members

  1. def apply(files: Set[File]): FilesInfo[F]
  2. implicit def formats: JsonFormat[FilesInfo[F]]
  3. def unapply(infos: FilesInfo[F]): Set[File]
  4. def unapply(info: F): File