implicit final class ReadLineOptionsMutableBuilder[Self <: ReadLineOptions] extends AnyVal
- Annotations
- @inline()
- Source
- readlineMod.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReadLineOptionsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ReadLineOptionsMutableBuilder(x: Self)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def setCompleter(value: |[Completer, AsyncCompleter]): Self
- Annotations
- @inline()
- def setCompleterFunction1(value: (java.lang.String) => CompleterResult): Self
- Annotations
- @inline()
- def setCompleterFunction2(value: (java.lang.String, Function2[UndefOr[|[Null, Error]], UndefOr[CompleterResult], Unit]) => Unit): Self
- Annotations
- @inline()
- def setCompleterUndefined: Self
- Annotations
- @inline()
- def setCrlfDelay(value: Double): Self
- Annotations
- @inline()
- def setCrlfDelayUndefined: Self
- Annotations
- @inline()
- def setEscapeCodeTimeout(value: Double): Self
- Annotations
- @inline()
- def setEscapeCodeTimeoutUndefined: Self
- Annotations
- @inline()
- def setHistory(value: Array[java.lang.String]): Self
- Annotations
- @inline()
- def setHistorySize(value: Double): Self
- Annotations
- @inline()
- def setHistorySizeUndefined: Self
- Annotations
- @inline()
- def setHistoryUndefined: Self
- Annotations
- @inline()
- def setHistoryVarargs(value: java.lang.String*): Self
- Annotations
- @inline()
- def setInput(value: ReadableStream): Self
- Annotations
- @inline()
- def setOutput(value: WritableStream): Self
- Annotations
- @inline()
- def setOutputUndefined: Self
- Annotations
- @inline()
- def setPrompt(value: java.lang.String): Self
- Annotations
- @inline()
- def setPromptUndefined: Self
- Annotations
- @inline()
- def setRemoveHistoryDuplicates(value: Boolean): Self
- Annotations
- @inline()
- def setRemoveHistoryDuplicatesUndefined: Self
- Annotations
- @inline()
- def setTabSize(value: Double): Self
- Annotations
- @inline()
- def setTabSizeUndefined: Self
- Annotations
- @inline()
- def setTerminal(value: Boolean): Self
- Annotations
- @inline()
- def setTerminalUndefined: Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self