
scommons.websql.encoding.MappedEncoding.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scommons-websql-encoding_sjs0.6_2.13 Show documentation
Show all versions of scommons-websql-encoding_sjs0.6_2.13 Show documentation
Encoders/Decoders for WebSQL/SQLite DB types
The newest version!
package scommons.websql.encoding
case class MappedEncoding[I, O](f: I => O)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy