interface Flushable

interface Flushable

lib/io/flushable.tya:2

Flushable provides the io/Flushable standard library API.

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

Methods

flush

Flushable.flush()

lib/io/flushable.tya:5

flush provides the Flushable API operation.

Source
  # flush provides the Flushable API operation.
  # @return Nil the resulting value.
  flush: ->