org

finnpic

package finnpic

This package contains the Finnish Personal Identity Code implementation. See the specification at https://vrk.fi/en/personal-identity-code1.

Some terminology:

See object Pic and its companion class for usage examples.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. finnpic
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class FinnPic extends AnyRef

  2. sealed trait Gender extends AnyRef

    The gender of the person, deduced from PIC.

  3. trait Parsable[T] extends AnyRef

    Something that can be parsed from a String to a value object of type T.

  4. class Pic extends AnyRef

    PIC = Personal Identity Code, "henkilotunnus" in Finnish.

  5. case class RichPic(pic: Pic) extends Product with Serializable

Value Members

  1. object Female extends Gender with Product with Serializable

    A female person.

  2. object Male extends Gender with Product with Serializable

    A male person.

  3. object Pic extends Parsable[Pic]

    Contains the factory methods for creating objects of class Pic.

  4. object PicGenerator

  5. package businessid

  6. implicit def pic2RichPic(pic: Pic): RichPic

Inherited from AnyRef

Inherited from Any

Ungrouped