GetBooleanOption

slick.jdbc.GetResult$.GetBooleanOption$
object GetBooleanOption extends GetResult[Option[Boolean]]

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

Attributes

Source:
GetResult.scala

Inherited methods

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