SetStringOption

slick.jdbc.SetParameter$.SetStringOption$
object SetStringOption extends SetParameter[Option[String]]

Attributes

Source:
SetParameter.scala
Graph
Supertypes
trait SetParameter[Option[String]]
trait (Option[String], PositionedParameters) => Unit
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(v: Option[String], pp: PositionedParameters): Unit

Attributes

Source:
SetParameter.scala

Inherited methods

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

Attributes

Inherited from:
SetParameter
Source:
SetParameter.scala
def contramap[S](f: S => Option[String]): SetParameter[S]

Attributes

Inherited from:
SetParameter
Source:
SetParameter.scala
def curried: T1 => T2 => R

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: ((T1, T2)) => R

Attributes

Inherited from:
Function2