OptionMapperDSL

slick.lifted.OptionMapperDSL$

Attributes

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

Members list

Concise view

Type members

Types

type arg[B1, P1] = { type to = [BR, PR] =>> OptionMapper2[Boolean, B1, BR, Boolean, P1, PR]; type arg = [B2, P2] =>> { type to = [BR, PR] =>> OptionMapper2[B1, B2, BR, P1, P2, PR]; type arg = [B3, P3] =>> { type to = [BR, PR] =>> OptionMapper3[B1, B2, B3, BR, P1, P2, P3, PR]; }; }; }

Attributes

Source:
OptionMapper.scala