implicit final class ReplOptionsMutableBuilder[Self <: ReplOptions] extends AnyVal
- Annotations
- @inline()
- Source
- replMod.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReplOptionsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ReplOptionsMutableBuilder(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 setBreakEvalOnSigint(value: Boolean): Self
- Annotations
- @inline()
- def setBreakEvalOnSigintUndefined: Self
- Annotations
- @inline()
- 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 setEval(value: REPLEval): Self
- Annotations
- @inline()
- def setEvalUndefined: Self
- Annotations
- @inline()
- def setIgnoreUndefined(value: Boolean): Self
- Annotations
- @inline()
- def setIgnoreUndefinedUndefined: Self
- Annotations
- @inline()
- def setInput(value: ReadableStream): Self
- Annotations
- @inline()
- def setInputUndefined: Self
- Annotations
- @inline()
- def setOutput(value: WritableStream): Self
- Annotations
- @inline()
- def setOutputUndefined: Self
- Annotations
- @inline()
- def setPreview(value: Boolean): Self
- Annotations
- @inline()
- def setPreviewUndefined: Self
- Annotations
- @inline()
- def setPrompt(value: java.lang.String): Self
- Annotations
- @inline()
- def setPromptUndefined: Self
- Annotations
- @inline()
- def setReplMode(value: Symbol): Self
- Annotations
- @inline()
- def setReplModeUndefined: Self
- Annotations
- @inline()
- def setTerminal(value: Boolean): Self
- Annotations
- @inline()
- def setTerminalUndefined: Self
- Annotations
- @inline()
- def setUseColors(value: Boolean): Self
- Annotations
- @inline()
- def setUseColorsUndefined: Self
- Annotations
- @inline()
- def setUseGlobal(value: Boolean): Self
- Annotations
- @inline()
- def setUseGlobalUndefined: Self
- Annotations
- @inline()
- def setWriter(value: REPLWriter): Self
- Annotations
- @inline()
- def setWriterUndefined: Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self