readlineMod
object readlineMod
class Object
trait Matchable
class Any
Type members
Classlikes
Types
type AsyncCompleter = Function2[String, Function2[UndefOr[Null | Error], UndefOr[CompleterResult], Unit], Unit]
Value members
Concrete methods
@inline
Clears the current line of this WriteStream in a direction identified by dir.
Clears the current line of this WriteStream in a direction identified by dir.
@inline
Clears this WriteStream from the current cursor down.
Clears this WriteStream from the current cursor down.
@inline
def createInterface(input: ReadableStream, output: WritableStream, completer: AsyncCompleter): Interface
@inline
def createInterface(input: ReadableStream, output: WritableStream, completer: AsyncCompleter, terminal: Boolean): Interface
@inline
def createInterface(input: ReadableStream, output: WritableStream, completer: Completer, terminal: Boolean): Interface
@inline
def createInterface(input: ReadableStream, output: WritableStream, completer: Unit, terminal: Boolean): Interface
@inline
def createInterface(input: ReadableStream, output: Unit, completer: AsyncCompleter, terminal: Boolean): Interface
@inline
def createInterface(input: ReadableStream, output: Unit, completer: Completer, terminal: Boolean): Interface
@inline
def createInterface(input: ReadableStream, output: Unit, completer: Unit, terminal: Boolean): Interface
@inline
Moves this WriteStream's cursor to the specified position.
Moves this WriteStream's cursor to the specified position.
@inline
Moves this WriteStream's cursor relative to its current position.
Moves this WriteStream's cursor relative to its current position.