Packages

  • package root
    Definition Classes
    root
  • package scalaql

    Welcome to ScalaQL - a simple statically typed query DSL for scala.

    Welcome to ScalaQL - a simple statically typed query DSL for scala. The library provides a composable Query - a description of your computations, which you can then apply to multiple sources and write into multiple sinks.

    Definition Classes
    root
    See also

    The documentation and examples

  • object From extends Serializable
    Definition Classes
    scalaql
  • FromSyntax
c

scalaql.From

FromSyntax

implicit final class FromSyntax[Self <: From[_]] extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FromSyntax
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FromSyntax(self: Self)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def &[B <: From[_]](that: B): Self with B

    Symbolic alias for and

    Symbolic alias for and

    See also

    and

  4. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  5. def and[B <: From[_]](that: B): Self with B

    Merges this input with the specified input.

    Merges this input with the specified input.

    B

    more input types

    that

    more inputs

    returns

    merges this and that inputs

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped