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

libretto.examples.libraryOfAlexandria.vendor.Connection.scala Maven / Gradle / Ivy

The newest version!
package libretto.examples.libraryOfAlexandria.vendor

trait Connection {
  def fetchScroll(id: ScrollId): Option[ResultSet[Page]]
  def close(): Unit
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy