All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gu.memsub.FullName.scala Maven / Gradle / Ivy

There is a newer version: 0.605
Show newest version
package com.gu.memsub

import com.gu.i18n.Title

trait FullName {
  def first: String
  def last: String
  def title: Option[Title]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy