Packages

trait TransformOptions extends Object with StObject with DuplexOptions

Annotations
@JSType() @native()
Source
streamMod.scala
Linear Supertypes
DuplexOptions, ReadableOptions, StreamOptions[Readable], Abortable, StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TransformOptions
  2. DuplexOptions
  3. ReadableOptions
  4. StreamOptions
  5. Abortable
  6. StObject
  7. Object
  8. Any
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val allowHalfOpen: UndefOr[Boolean]
    Definition Classes
    DuplexOptions
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val autoDestroy: UndefOr[Boolean]
    Definition Classes
    StreamOptions
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. val construct: UndefOr[ThisFunction1[Readable, Function1[UndefOr[|[Error, Null]], Unit], Unit]]
    Definition Classes
    StreamOptions
  9. val construct_DuplexOptions: UndefOr[ThisFunction1[Duplex, Function1[UndefOr[|[Error, Null]], Unit], Unit]]
    Definition Classes
    DuplexOptions
    Annotations
    @JSName("construct")
  10. val construct_TransformOptions: UndefOr[ThisFunction1[Transform, Function1[UndefOr[|[Error, Null]], Unit], Unit]]
    Annotations
    @JSName("construct")
  11. val decodeStrings: UndefOr[Boolean]
    Definition Classes
    DuplexOptions
  12. val defaultEncoding: UndefOr[BufferEncoding]
    Definition Classes
    DuplexOptions
  13. val destroy: UndefOr[ThisFunction2[Readable, |[Error, Null], Function1[|[Error, Null], Unit], Unit]]
    Definition Classes
    StreamOptions
  14. val destroy_DuplexOptions: UndefOr[ThisFunction2[Duplex, |[Error, Null], Function1[|[Error, Null], Unit], Unit]]
    Definition Classes
    DuplexOptions
    Annotations
    @JSName("destroy")
  15. val destroy_TransformOptions: UndefOr[ThisFunction2[Transform, |[Error, Null], Function1[|[Error, Null], Unit], Unit]]
    Annotations
    @JSName("destroy")
  16. val emitClose: UndefOr[Boolean]
    Definition Classes
    StreamOptions
  17. val encoding: UndefOr[BufferEncoding]
    Definition Classes
    ReadableOptions
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. val final: UndefOr[ThisFunction1[|[Duplex, Writable], Function1[UndefOr[|[Error, Null]], Unit], Unit]]
    Definition Classes
    DuplexOptions
  21. val final_TransformOptions: UndefOr[ThisFunction1[Transform, Function1[UndefOr[|[Error, Null]], Unit], Unit]]
    Annotations
    @JSName("final")
  22. val flush: UndefOr[ThisFunction1[Transform, TransformCallback, Unit]]
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. def hasOwnProperty(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  26. val highWaterMark: UndefOr[Double]
    Definition Classes
    StreamOptions
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  32. val objectMode: UndefOr[Boolean]
    Definition Classes
    StreamOptions
  33. def propertyIsEnumerable(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  34. val read: UndefOr[ThisFunction1[Readable, Double, Unit]]
    Definition Classes
    ReadableOptions
  35. val read_DuplexOptions: UndefOr[ThisFunction1[Duplex, Double, Unit]]
    Definition Classes
    DuplexOptions
    Annotations
    @JSName("read")
  36. val read_TransformOptions: UndefOr[ThisFunction1[Transform, Double, Unit]]
    Annotations
    @JSName("read")
  37. val readableHighWaterMark: UndefOr[Double]
    Definition Classes
    DuplexOptions
  38. val readableObjectMode: UndefOr[Boolean]
    Definition Classes
    DuplexOptions
  39. val signal: UndefOr[AbortSignal]

    When provided the corresponding AbortController can be used to cancel an asynchronous action.

    When provided the corresponding AbortController can be used to cancel an asynchronous action.

    Definition Classes
    Abortable
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  42. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  43. val transform: UndefOr[ThisFunction3[Transform, Any, BufferEncoding, TransformCallback, Unit]]
  44. def valueOf(): Any
    Definition Classes
    Object
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. val writableCorked: UndefOr[Double]
    Definition Classes
    DuplexOptions
  49. val writableHighWaterMark: UndefOr[Double]
    Definition Classes
    DuplexOptions
  50. val writableObjectMode: UndefOr[Boolean]
    Definition Classes
    DuplexOptions
  51. val write: UndefOr[ThisFunction3[|[Duplex, Writable], Any, BufferEncoding, Function1[UndefOr[|[Error, Null]], Unit], Unit]]
    Definition Classes
    DuplexOptions
  52. val write_TransformOptions: UndefOr[ThisFunction3[Transform, Any, BufferEncoding, Function1[UndefOr[|[Error, Null]], Unit], Unit]]
    Annotations
    @JSName("write")
  53. val writev: UndefOr[ThisFunction2[|[Duplex, Writable], Array[anon.Chunk], Function1[UndefOr[|[Error, Null]], Unit], Unit]]
    Definition Classes
    DuplexOptions
  54. val writev_TransformOptions: UndefOr[ThisFunction2[Transform, Array[anon.Chunk], Function1[UndefOr[|[Error, Null]], Unit], Unit]]
    Annotations
    @JSName("writev")

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from DuplexOptions

Inherited from ReadableOptions

Inherited from StreamOptions[Readable]

Inherited from Abortable

Inherited from StObject

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped