Package

com.github.mpetruska.ukmodulo

table

Permalink

package table

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait CheckMethod extends AnyRef

    Permalink
  2. case class ModulusWeightRow(rangeStart: String, rangeEnd: String, checkMethod: CheckMethod, weights: Weights, exceptionCode: Option[Int]) extends Product with Serializable

    Permalink
  3. trait ResourceTable extends AnyRef

    Permalink
  4. case class SortCodeSubstitutionRow(originalSortCode: String, substitution: String) extends Product with Serializable

    Permalink

Value Members

  1. object DblAl extends CheckMethod with Product with Serializable

    Permalink
  2. object Mod10 extends CheckMethod with Product with Serializable

    Permalink
  3. object Mod11 extends CheckMethod with Product with Serializable

    Permalink
  4. object ModulusWeightRowParser extends RegexParsers

    Permalink
  5. object ModulusWeightTable extends ResourceTable

    Permalink
  6. object SortCodeSubstitutionRowParser extends RegexParsers

    Permalink
  7. object SortCodeSubstitutionTable extends ResourceTable

    Permalink

Ungrouped