GetDoubleOption

slick.jdbc.GetResult$.GetDoubleOption$
object GetDoubleOption extends GetResult[Option[Double]]

Attributes

Source:
GetResult.scala
Graph
Supertypes
trait GetResult[Option[Double]]
trait PositionedResult => Option[Double]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(rs: PositionedResult): Option[Double]

Attributes

Source:
GetResult.scala

Inherited methods

override def andThen[A](g: Option[Double] => 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
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
Inherited from:
Function1