Packages

c

fs2.internal.jsdeps.node.replMod.ReplOptions

ReplOptionsMutableBuilder

implicit final class ReplOptionsMutableBuilder[Self <: ReplOptions] extends AnyVal

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

Instance Constructors

  1. new ReplOptionsMutableBuilder(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 setBreakEvalOnSigint(value: Boolean): Self
    Annotations
    @inline()
  8. def setBreakEvalOnSigintUndefined: Self
    Annotations
    @inline()
  9. def setCompleter(value: |[Completer, AsyncCompleter]): Self
    Annotations
    @inline()
  10. def setCompleterFunction1(value: (java.lang.String) => CompleterResult): Self
    Annotations
    @inline()
  11. def setCompleterFunction2(value: (java.lang.String, Function2[UndefOr[|[Null, Error]], UndefOr[CompleterResult], Unit]) => Unit): Self
    Annotations
    @inline()
  12. def setCompleterUndefined: Self
    Annotations
    @inline()
  13. def setEval(value: REPLEval): Self
    Annotations
    @inline()
  14. def setEvalUndefined: Self
    Annotations
    @inline()
  15. def setIgnoreUndefined(value: Boolean): Self
    Annotations
    @inline()
  16. def setIgnoreUndefinedUndefined: Self
    Annotations
    @inline()
  17. def setInput(value: ReadableStream): Self
    Annotations
    @inline()
  18. def setInputUndefined: Self
    Annotations
    @inline()
  19. def setOutput(value: WritableStream): Self
    Annotations
    @inline()
  20. def setOutputUndefined: Self
    Annotations
    @inline()
  21. def setPreview(value: Boolean): Self
    Annotations
    @inline()
  22. def setPreviewUndefined: Self
    Annotations
    @inline()
  23. def setPrompt(value: java.lang.String): Self
    Annotations
    @inline()
  24. def setPromptUndefined: Self
    Annotations
    @inline()
  25. def setReplMode(value: Symbol): Self
    Annotations
    @inline()
  26. def setReplModeUndefined: Self
    Annotations
    @inline()
  27. def setTerminal(value: Boolean): Self
    Annotations
    @inline()
  28. def setTerminalUndefined: Self
    Annotations
    @inline()
  29. def setUseColors(value: Boolean): Self
    Annotations
    @inline()
  30. def setUseColorsUndefined: Self
    Annotations
    @inline()
  31. def setUseGlobal(value: Boolean): Self
    Annotations
    @inline()
  32. def setUseGlobalUndefined: Self
    Annotations
    @inline()
  33. def setWriter(value: REPLWriter): Self
    Annotations
    @inline()
  34. def setWriterUndefined: Self
    Annotations
    @inline()
  35. def toString(): java.lang.String
    Definition Classes
    Any
  36. val x: Self

Inherited from AnyVal

Inherited from Any

Ungrouped