GetIntOption

slick.jdbc.GetResult$.GetIntOption$
object GetIntOption extends GetResult[Option[Int]]

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

Attributes

Source:
GetResult.scala

Inherited methods

override def andThen[A](g: Option[Int] => 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