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

org.hyperscala.ui.widgets.visual.Stringify.scala Maven / Gradle / Ivy

There is a newer version: 0.10.3
Show newest version
package org.hyperscala.ui.widgets.visual

/**
 * @author Matt Hicks 
 */
trait Stringify[T] {
  def toString(t: T): String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy