OptionLift

slick.lifted.OptionLift
See theOptionLift companion object
sealed trait OptionLift[M, O]

A typeclass that lifts a mixed type to the packed Option type.

Attributes

Companion:
object
Source:
OptionMapper.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def lift(v: M): O

Attributes

Source:
OptionMapper.scala