com.github.mpetruska.ukmodulo

table

package table

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait CheckMethod extends AnyRef

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

  3. trait ResourceTable extends AnyRef

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

Value Members

  1. object DblAl extends CheckMethod with Product with Serializable

  2. object Mod10 extends CheckMethod with Product with Serializable

  3. object Mod11 extends CheckMethod with Product with Serializable

  4. object ModulusWeightRowParser extends RegexParsers

  5. object ModulusWeightTable extends ResourceTable

  6. object SortCodeSubstitutionRowParser extends RegexParsers

  7. object SortCodeSubstitutionTable extends ResourceTable

Ungrouped