Packages

object ZipList extends Encoding with ListEncoding with HashEncoding with SortedSetEncoding with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZipList
  2. Product
  3. Equals
  4. SortedSetEncoding
  5. HashEncoding
  6. ListEncoding
  7. Encoding
  8. NamedEnum
  9. Serializable
  10. Serializable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val name: String

    Used as a key for a map returned from byName.

    Used as a key for a map returned from byName. It is recommended to override this method uniquely by each case object in the sealed hierarchy.

    Definition Classes
    EncodingNamedEnum
  2. def toString(): String
    Definition Classes
    NamedEnum → AnyRef → Any