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

dc10.Renderer.scala Maven / Gradle / Ivy

The newest version!
package dc10

trait Renderer[C, E, V]:
  def render(input: List[C]): String
  def renderErrors(errors: List[E]): String
  def version: V




© 2015 - 2024 Weber Informatics LLC | Privacy Policy