final class QueryToSyntax[In, Out] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryToSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def to[Coll[x]](fac: IterableFactory[Coll]): QueryResult[In, Coll[Out]]
Collects
this
query output values into the specified scala collection.Collects
this
query output values into the specified scala collection.Example:
select[Person].to(Vector)
- Coll
concrete scala collection type
- fac
companion object of desired scala collection.
- returns
QueryResult
which collectsthis
query output values into the specified collection.
- def toString(): String
- Definition Classes
- Any