Packages

trait Picklers extends AnyRef

Self Type
Global
Source
Picklers.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Picklers
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Diff = (Int, Int, String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Picklers toany2stringadd[Picklers] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Picklers, B)
    Implicit
    This member is added by an implicit conversion from Picklers toArrowAssoc[Picklers] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. implicit def abstractFile: Pickler[AbstractFile]
  7. implicit def action: Pickler[() => Unit]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. implicit def askDocCommentItem: CondPickler[Global.AskDocCommentItem]
  10. implicit def askLinkPosItem: CondPickler[Global.AskLinkPosItem]
  11. implicit def askLoadedTypedItem: CondPickler[Global.AskLoadedTypedItem]
  12. implicit def askParsedEnteredItem: CondPickler[Global.AskParsedEnteredItem]
  13. implicit def askScopeCompletionItem: CondPickler[Global.AskScopeCompletionItem]
  14. implicit def askToDoFirstItem: CondPickler[Global.AskToDoFirstItem]
  15. implicit def askTypeAtItem: CondPickler[Global.AskTypeAtItem]
  16. implicit def askTypeCompletionItem: CondPickler[Global.AskTypeCompletionItem]
  17. implicit def askTypeItem: CondPickler[Global.AskTypeItem]
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  19. def defaultThrowable[T <: Throwable]: CondPickler[T]
  20. def delta(f: AbstractFile, cs: Array[Char]): Global.Diff
  21. implicit def emptyAction: CondPickler[EmptyAction]
  22. def ensuring(cond: (Picklers) => Boolean, msg: => Any): Picklers
    Implicit
    This member is added by an implicit conversion from Picklers toEnsuring[Picklers] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: (Picklers) => Boolean): Picklers
    Implicit
    This member is added by an implicit conversion from Picklers toEnsuring[Picklers] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean, msg: => Any): Picklers
    Implicit
    This member is added by an implicit conversion from Picklers toEnsuring[Picklers] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean): Picklers
    Implicit
    This member is added by an implicit conversion from Picklers toEnsuring[Picklers] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  28. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  29. lazy val freshRunReq: CondPickler[FreshRunReq]
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. implicit def interruptReq: Pickler[InterruptReq]
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. implicit lazy val namePickler: Pickler[Global.Name]
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. lazy val noPosition: CondPickler[NoPosition.type]
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. lazy val offsetPosition: CondPickler[Global.Position]
  40. def patch(f: AbstractFile, d: Global.Diff): Array[Char]
  41. implicit lazy val position: Pickler[Global.Position]
  42. lazy val rangePosition: CondPickler[Global.Position]
  43. implicit def reloadItem: CondPickler[Global.ReloadItem]
  44. lazy val shutdownReq: CondPickler[ShutdownReq.type]
  45. implicit lazy val sourceFile: Pickler[SourceFile]
  46. implicit lazy val symPickler: Pickler[Global.Symbol]
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. implicit lazy val throwable: Pickler[Throwable]
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. lazy val transparentPosition: CondPickler[Global.Position]
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  54. implicit def workEvent: Pickler[WorkEvent]

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Picklers toStringFormat[Picklers] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): (Picklers, B)
    Implicit
    This member is added by an implicit conversion from Picklers toArrowAssoc[Picklers] 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.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromPicklers to any2stringadd[Picklers]

Inherited by implicit conversion StringFormat fromPicklers to StringFormat[Picklers]

Inherited by implicit conversion Ensuring fromPicklers to Ensuring[Picklers]

Inherited by implicit conversion ArrowAssoc fromPicklers to ArrowAssoc[Picklers]

Ungrouped