interface Closable

interface Closable

lib/io/closable.tya:2

Closable provides the io/Closable standard library API.

Source
# Closable provides the io/Closable standard library API.
interface Closable
  # close provides the Closable API operation.
  # @return Nil the resulting value.
  close: ->

Methods

close

Closable.close()

lib/io/closable.tya:5

close provides the Closable API operation.

Source
  # close provides the Closable API operation.
  # @return Nil the resulting value.
  close: ->