Package

peds.commons

identifier

Permalink

package identifier

Visibility
  1. Public
  2. All

Type Members

  1. trait Identifying[T] extends LazyLogging

    Permalink

    Type class used to define fundamental ID operations for a specific type of identifier.

  2. case class ShortUUID(value: String) extends Equals with Product with Serializable

    Permalink
  3. case class TaggedID[+T](tag: Symbol, id: T) extends Product with Serializable

    Permalink

Value Members

  1. object Identifying

    Permalink
  2. object ShortUUID extends Serializable

    Permalink
  3. object TaggedID extends Serializable

    Permalink

Ungrouped