GetTupleResult

slick.jdbc.GetTupleResult
class GetTupleResult[+T <: Product](val children: GetResult[_]*) extends GetResult[T]

GetResult for tuple types.

Attributes

Source:
GetResult.scala
Graph
Supertypes
trait GetResult[T]
trait PositionedResult => T
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
GetResult.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Source:
GetResult.scala

Inherited methods

override def andThen[A](g: T => A): GetResult[A]

Attributes

Definition Classes
GetResult -> Function1
Inherited from:
GetResult
Source:
GetResult.scala
def compose[A](g: A => PositionedResult): A => R

Attributes

Inherited from:
Function1

Concrete fields

Attributes

Source:
GetResult.scala