class Power[ReplValsImpl <: ReplVals] extends AnyRef
A class for methods to be injected into the intp in power mode.
- Source
- Power.scala
- Alphabetic
- By Inheritance
- Power
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
Type Members
- trait Implicits1 extends AnyRef
- trait Implicits2 extends Implicits1
- class InternalInfo[T] extends AnyRef
Todos...
Todos... translate tag type arguments into applied types customizable symbol filter (had to hardcode no-spec to reduce noise)
- class InternalInfoWrapper[T] extends AnyRef
- trait LowPriorityInternalInfo extends AnyRef
- trait LowPriorityInternalInfoWrapper extends AnyRef
Now dealing with the problem of accidentally calling a method on Type when you're holding a Symbol and seeing the Symbol converted to the type of Symbol rather than the type of the thing represented by the symbol, by only implicitly installing one method, "?", and the rest of the conveniences exist on that wrapper.
- trait LowPriorityPrettifier extends AnyRef
- class MultiPrettifierClass[T] extends PrettifierClass[T]
- class PackageSlurper extends SymSlurper
- trait Prettifier[T] extends AnyRef
- abstract class PrettifierClass[T] extends AnyRef
- trait ReplUtilities extends AnyRef
- class RichInputStream extends AnyRef
- class RichReplString extends AnyRef
- class RichReplURL extends AnyRef
- class SinglePrettifierClass[T] extends PrettifierClass[T]
- abstract class SymSlurper extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Power[ReplValsImpl], B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def banner: String
- def classic: String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def ensuring(cond: (Power[ReplValsImpl]) => Boolean, msg: => Any): Power[ReplValsImpl]
- def ensuring(cond: (Power[ReplValsImpl]) => Boolean): Power[ReplValsImpl]
- def ensuring(cond: Boolean, msg: => Any): Power[ReplValsImpl]
- def ensuring(cond: Boolean): Power[ReplValsImpl]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val initImports: collection.immutable.List[String]
- val intp: IMain
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- lazy val phased: Phased
- lazy val rutil: ReplUtilities
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Power → AnyRef → Any
- def trees(code: String): List[Global.Tree]
- def unit(code: String): Global.CompilationUnit
- def unleash(): Unit
Quietly starts up power mode and runs whatever is in init.
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object InternalInfo extends LowPriorityInternalInfo
- object Prettifier extends LowPriorityPrettifier
- object StringPrettifier extends Prettifier[String]
Deprecated Value Members
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Power[ReplValsImpl] toStringFormat[Power[ReplValsImpl]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- def →[B](y: B): (Power[ReplValsImpl], B)
- Implicit
- This member is added by an implicit conversion from Power[ReplValsImpl] toArrowAssoc[Power[ReplValsImpl]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.
The Scala compiler and reflection APIs.