ArgumentBinder

trait ArgumentBinder[-A]
Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def bindArgumentUnsafe(preparedStatement: PreparedStatement, index: ColumnIndex, a: A): Unit
Implicitly added by forOption
def bindArgumentUnsafe(preparedStatement: PreparedStatement, index: ColumnIndex, a: A): Unit

Concrete methods

def contramap[B](f: B => A): ArgumentBinder[B]
Implicitly added by forOption
def contramap[B](f: B => A): ArgumentBinder[B]