Class

spinoco.fs2.cassandra.Query

QuerySyntaxRH

Related Doc: package Query

Permalink

implicit final class QuerySyntaxRH[Q, R <: HList] extends AnyVal

Source
statement.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QuerySyntaxRH
  2. AnyVal
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new QuerySyntaxRH(self: Query[Q, R])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySyntaxRH[Q, R] to any2stringadd[QuerySyntaxRH[Q, R]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (QuerySyntaxRH[Q, R], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySyntaxRH[Q, R] to ArrowAssoc[QuerySyntaxRH[Q, R]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  6. def as[A](implicit G: Aux[A, R]): Query[Q, A]

    Permalink

    converts result of query to to A *

  7. def asA[A](implicit V: Aux[R, ::[A, HNil]]): Query[Q, A]

    Permalink

    returns the result as single A if the hlist if of single element *

  8. def asHlist(implicit V: Values[R]): Query[Q, Out]

    Permalink

    returns result as Hlist, stripping any key types *

  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def asTuple(implicit T: Tupler[R]): Query[Q, shapeless.ops.hlist.Tupler.Out]

    Permalink

    returns result as tuple *

  11. def ensuring(cond: (QuerySyntaxRH[Q, R]) ⇒ Boolean, msg: ⇒ Any): QuerySyntaxRH[Q, R]

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySyntaxRH[Q, R] to Ensuring[QuerySyntaxRH[Q, R]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (QuerySyntaxRH[Q, R]) ⇒ Boolean): QuerySyntaxRH[Q, R]

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySyntaxRH[Q, R] to Ensuring[QuerySyntaxRH[Q, R]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): QuerySyntaxRH[Q, R]

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySyntaxRH[Q, R] to Ensuring[QuerySyntaxRH[Q, R]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): QuerySyntaxRH[Q, R]

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySyntaxRH[Q, R] to Ensuring[QuerySyntaxRH[Q, R]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySyntaxRH[Q, R] to StringFormat[QuerySyntaxRH[Q, R]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val self: Query[Q, R]

    Permalink
  19. def toString(): String

    Permalink
    Definition Classes
    Any
  20. def [B](y: B): (QuerySyntaxRH[Q, R], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySyntaxRH[Q, R] to ArrowAssoc[QuerySyntaxRH[Q, R]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion any2stringadd from QuerySyntaxRH[Q, R] to any2stringadd[QuerySyntaxRH[Q, R]]

Inherited by implicit conversion StringFormat from QuerySyntaxRH[Q, R] to StringFormat[QuerySyntaxRH[Q, R]]

Inherited by implicit conversion Ensuring from QuerySyntaxRH[Q, R] to Ensuring[QuerySyntaxRH[Q, R]]

Inherited by implicit conversion ArrowAssoc from QuerySyntaxRH[Q, R] to ArrowAssoc[QuerySyntaxRH[Q, R]]

Ungrouped