Closeable

expect interface Closeable

Closeable Resource

Defines a type that wraps or implements a resource which may be closed.

Author

Elizabeth Paige Harper - https://github.com/foxcapades

Since

1.0.0

actual interface Closeable
actual interface Closeable : AutoCloseable
actual interface Closeable

Functions

close
Link copied to clipboard
expect abstract fun close()

Closes this closable resource.

actual abstract fun close()

Closes this closable resource.

abstract fun close()
actual abstract fun close()

Closes this closable resource.