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

skinny.engine.data.ValueReader.scala Maven / Gradle / Ivy

The newest version!
package skinny.engine.data

/**
 * Value reader.
 */
trait ValueReader[S, U] {

  def data: S

  def read(key: String): Either[String, Option[U]]

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy