Packages

object Update

Source
update.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. Update
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Constructors

  1. def apply[A](sql0: String, pos0: Option[Pos] = None)(implicit W: Write[A]): Update[A]

    Construct an Update for some writable parameter type A with the given SQL string, and optionally a Pos for diagnostics.

    Construct an Update for some writable parameter type A with the given SQL string, and optionally a Pos for diagnostics. The normal mechanism for construction is the sql/fr/fr0 interpolators.

    Annotations
    @SuppressWarnings()

Typeclass Instances

  1. implicit val updateContravariant: Contravariant[Update]

    Update is a contravariant functor.