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

lspace.encode.Encode.scala Maven / Gradle / Ivy

package lspace.encode

import lspace.codec.ActiveContext

trait Encode[A] {
  def encode(implicit activeContext: ActiveContext): A => String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy