libretto.examples.libraryOfAlexandria.vendor.ResultSet.scala Maven / Gradle / Ivy
The newest version!
package libretto.examples.libraryOfAlexandria.vendor
trait ResultSet[T] {
def next(): Option[T]
def earlyClose(): Unit
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy