getOptionResult

com.github.tototoshi.slick.JodaGetResult.getOptionResult$
object getOptionResult extends GetResult[Option[B]]

Attributes

Graph
Supertypes
trait GetResult[Option[B]]
trait PositionedResult => Option[B]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

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

Inherited methods

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

Attributes

Definition Classes
GetResult -> Function1
Inherited from:
GetResult
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