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

java.io.Closeable.scala Maven / Gradle / Ivy

The newest version!
package java.io

trait Closeable extends AutoCloseable {
  def close(): Unit
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy