final class NodeOps extends AnyVal
- Alphabetic
- By Inheritance
- NodeOps
- AnyVal
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def +(other: String): String
- def ->[B](y: B): (NodeOps, B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def collect[T](pf: PartialFunction[Node, T], stopOnMatch: Boolean = false): ConstArray[T]
- def collectAll[T](pf: PartialFunction[Node, ConstArray[T]]): ConstArray[T]
- def ensuring(cond: (NodeOps) => Boolean, msg: => Any): NodeOps
- def ensuring(cond: (NodeOps) => Boolean): NodeOps
- def ensuring(cond: Boolean, msg: => Any): NodeOps
- def ensuring(cond: Boolean): NodeOps
- def findNode(p: (Node) => Boolean): Option[Node]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def replace(f: PartialFunction[Node, Node], keepType: Boolean = false, bottomUp: Boolean = false): Node
- def replaceInvalidate(f: PartialFunction[Node, (Node, TypeSymbol)]): Node
Replace nodes in a bottom-up traversal while invalidating TypeSymbols.
Replace nodes in a bottom-up traversal while invalidating TypeSymbols. Any later references to the invalidated TypeSymbols have their types unassigned, so that the whole tree can be retyped afterwards to get the correct new TypeSymbols in. The PartialFunction may return
null
, which is considered the same as not matching. - def select(field: TermSymbol): Node
- def toString(): String
- Definition Classes
- Any
- val tree: Node
- def untypeReferences(invalid: Set[TypeSymbol]): Node
Deprecated Value Members
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from NodeOps toStringFormat[NodeOps] 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): (NodeOps, B)
- Implicit
- This member is added by an implicit conversion from NodeOps toArrowAssoc[NodeOps] 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.
edit this text on github
Scala Language-Integrated Connection Kit
This is the API documentation for the Slick database library. It should be used as an additional resource to the user manual.
Further documentation for Slick can be found on the documentation pages.
To the slick package list...