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

lspace.decode.Decode.scala Maven / Gradle / Ivy

package lspace.decode

import monix.eval.Task

trait Decode[A] {
  def decode: String => Task[A]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy