TakeDrop

slick.compiler.RemoveTakeDrop.TakeDrop
object TakeDrop

An extractor for nested Take and Drop nodes

Attributes

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

Members list

Value members

Concrete methods

def unapply(n: Node): Option[(Node, Option[Node], Option[Node])]

Attributes

Source
RemoveTakeDrop.scala