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

sd.Uid2Name.scala Maven / Gradle / Ivy

The newest version!
package sd

trait Uid2Name {
  /** @return username or None if not found
    * @note must not throws Exception
    */
  def apply(uid: Int): Option[String]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy