Packages

object sizes

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sizes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait SemanticSize extends Product with Serializable

Value Members

  1. case object Big extends SemanticSize with Product with Serializable
  2. case object Huge extends SemanticSize with Product with Serializable
  3. case object Large extends SemanticSize with Product with Serializable
  4. case object Massive extends SemanticSize with Product with Serializable
  5. case object Medium extends SemanticSize with Product with Serializable
  6. case object Mini extends SemanticSize with Product with Serializable
  7. object SemanticSize extends Serializable
  8. case object Small extends SemanticSize with Product with Serializable
  9. case object Tiny extends SemanticSize with Product with Serializable