com.phasmidsoftware.number.misc.Valuable.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of number_2.13 Show documentation
Show all versions of number_2.13 Show documentation
Fuzzy, Lazy Scala library for numerical computation
The newest version!
package com.phasmidsoftware.number.misc
/**
* @author scalaprof
*/
trait Valuable[X] {
def get: X
}