setJodaOptionParameter

com.github.tototoshi.slick.JodaSetParameter.setJodaOptionParameter
object setJodaOptionParameter extends SetParameter[Option[B]]

Attributes

Graph
Supertypes
trait SetParameter[Option[B]]
trait (Option[B], PositionedParameters) => Unit
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(d: Option[B], p: PositionedParameters): Unit

Inherited methods

def applied(value: Option[B]): SetParameter[Unit]

Attributes

Inherited from:
SetParameter
def contramap[S](f: S => Option[B]): SetParameter[S]

Attributes

Inherited from:
SetParameter
def curried: Option[B] => PositionedParameters => Unit

Attributes

Inherited from:
Function2
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
Function2 -> Any
Inherited from:
Function2
def tupled: ((Option[B], PositionedParameters)) => Unit

Attributes

Inherited from:
Function2