ToTuple

slick.lifted.ToTuple
See theToTuple companion trait
object ToTuple extends ToTupleLowPriority

Attributes

Companion
trait
Source
ShapedValue.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ToTuple.type

Members list

Implicits

Implicits

implicit def someToTuple[T]: ToTuple[Some[T], T]

Attributes

Source
ShapedValue.scala

Inherited implicits

implicit def optionToTuple[T]: ToTuple[Option[T], T]

Attributes

Inherited from:
ToTupleLowPriority
Source
ShapedValue.scala
implicit def productToTuple[T <: Product](using m: ProductOf[T]): ToTuple[T, <none>]

Attributes

Inherited from:
ToTupleLowPriority
Source
ShapedValue.scala