Readable

object Readable
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
def from(iterable: AsyncIterable[Any]): Readable
@inline
def from(iterable: AsyncIterable[Any], options: ReadableOptions): Readable
@inline
def from(iterable: Iterable[Any]): Readable

A utility method for creating Readable Streams out of iterators.

A utility method for creating Readable Streams out of iterators.

@inline
def from(iterable: Iterable[Any], options: ReadableOptions): Readable

Concrete fields

@JSImport("node:stream", "Readable") @native
val ^: Any