dc10.Renderer.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dc10-core_3 Show documentation
Show all versions of dc10-core_3 Show documentation
Code generation tools for Scala
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 - 2025 Weber Informatics LLC | Privacy Policy