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

com.phasmidsoftware.number.misc.Valuable.scala Maven / Gradle / Ivy

The newest version!
package com.phasmidsoftware.number.misc

/**
  * @author scalaprof
  */
trait Valuable[X] {
  def get: X
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy