Column

object Column
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Column.type

Type members

Classlikes

final case class ContraMapped[-A, A_UNDERLYING](underlying: Column[A_UNDERLYING], contramap: A => A_UNDERLYING) extends Column[A]
object Extractor
Companion:
class
trait Extractor[-A]
Companion:
object
final case class Of[-A](name: ColumnName, extractor: Extractor[A]) extends Column[A]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply[A, B : ArgumentBinder](name: ColumnName, extractArgument: A => B): Column[A]
def apply[A](name: ColumnName, extractor: Extractor[A]): Column[A]

Implicits

Implicits