PreparedCommand

skunk.PreparedCommand$
See thePreparedCommand companion trait

Attributes

Companion
trait
Source
PreparedCommand.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def fromProto[F[_], A](pc: PreparedCommand[F, A])(implicit ev: MonadCancel[F, Throwable]): PreparedCommand[F, A]

Attributes

Source
PreparedCommand.scala

Implicits

Implicits

implicit def contravariantPreparedCommand[F[_]]: Contravariant[[_] =>> PreparedCommand[F, _$5]]

PreparedCommand[F, *] is a contravariant functor for all F.

PreparedCommand[F, *] is a contravariant functor for all F.

Attributes

Source
PreparedCommand.scala