GetByte

slick.jdbc.GetResult$.GetByte$
object GetByte extends GetResult[Byte]

Attributes

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

Members list

Concise view

Value members

Concrete methods

def apply(rs: PositionedResult): Byte

Attributes

Source:
GetResult.scala

Inherited methods

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