Packages

c

fs2.internal.jsdeps.node.readlineMod.ReadLineOptions

ReadLineOptionsMutableBuilder

implicit final class ReadLineOptionsMutableBuilder[Self <: ReadLineOptions] extends AnyVal

Annotations
@inline()
Source
readlineMod.scala
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReadLineOptionsMutableBuilder
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ReadLineOptionsMutableBuilder(x: Self)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  7. def setCompleter(value: |[Completer, AsyncCompleter]): Self
    Annotations
    @inline()
  8. def setCompleterFunction1(value: (java.lang.String) => CompleterResult): Self
    Annotations
    @inline()
  9. def setCompleterFunction2(value: (java.lang.String, Function2[UndefOr[|[Null, Error]], UndefOr[CompleterResult], Unit]) => Unit): Self
    Annotations
    @inline()
  10. def setCompleterUndefined: Self
    Annotations
    @inline()
  11. def setCrlfDelay(value: Double): Self
    Annotations
    @inline()
  12. def setCrlfDelayUndefined: Self
    Annotations
    @inline()
  13. def setEscapeCodeTimeout(value: Double): Self
    Annotations
    @inline()
  14. def setEscapeCodeTimeoutUndefined: Self
    Annotations
    @inline()
  15. def setHistory(value: Array[java.lang.String]): Self
    Annotations
    @inline()
  16. def setHistorySize(value: Double): Self
    Annotations
    @inline()
  17. def setHistorySizeUndefined: Self
    Annotations
    @inline()
  18. def setHistoryUndefined: Self
    Annotations
    @inline()
  19. def setHistoryVarargs(value: java.lang.String*): Self
    Annotations
    @inline()
  20. def setInput(value: ReadableStream): Self
    Annotations
    @inline()
  21. def setOutput(value: WritableStream): Self
    Annotations
    @inline()
  22. def setOutputUndefined: Self
    Annotations
    @inline()
  23. def setPrompt(value: java.lang.String): Self
    Annotations
    @inline()
  24. def setPromptUndefined: Self
    Annotations
    @inline()
  25. def setRemoveHistoryDuplicates(value: Boolean): Self
    Annotations
    @inline()
  26. def setRemoveHistoryDuplicatesUndefined: Self
    Annotations
    @inline()
  27. def setTabSize(value: Double): Self
    Annotations
    @inline()
  28. def setTabSizeUndefined: Self
    Annotations
    @inline()
  29. def setTerminal(value: Boolean): Self
    Annotations
    @inline()
  30. def setTerminalUndefined: Self
    Annotations
    @inline()
  31. def toString(): java.lang.String
    Definition Classes
    Any
  32. val x: Self

Inherited from AnyVal

Inherited from Any

Ungrouped