Util

slick.ast.Util
object Util

Utility methods for AST manipulation.

Attributes

Source
Util.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Util.type

Members list

Value members

Concrete methods

def mapOrNone[A <: AnyRef](c: Option[A])(f: A => A): Option[A]

Attributes

Source
Util.scala

Implicits

Implicits

implicit def nodeToNodeOps(n: Node): NodeOps

Attributes

Source
Util.scala