Packages

object empty extends ColumnAliaser

Source
MetaData.scala
Linear Supertypes
ColumnAliaser, ((Int, ColumnName)) ⇒ Option[String], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. empty
  2. ColumnAliaser
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def andThen[A](g: (Option[String]) ⇒ A): ((Int, ColumnName)) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def apply(column: (Int, ColumnName)): Option[String]

    Returns the alias for the specified column, if defined.

    Returns the alias for the specified column, if defined.

    column

    the position (>= 1) and the name of the column

    Definition Classes
    emptyColumnAliaser → Function1
  3. def compose[A](g: (A) ⇒ (Int, ColumnName)): (A) ⇒ Option[String]
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  4. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any