![JAR search and dependency download from the Maven repository](/logo.png)
org.hyperscala.ui.widgets.visual.Stringify.scala Maven / Gradle / Ivy
The newest version!
package org.hyperscala.ui.widgets.visual
/**
* @author Matt Hicks
*/
trait Stringify[T] {
def toString(t: T): String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy