Insertable

final case class Insertable[-A](tableName: TableName, columns: ArraySeq[Column[A]])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def contramap[B](f: B => A): Insertable[B]

Inherited methods

Inherited from:
Product