implicits

skunk.`package`.implicits
object implicits extends ToAllOps

Attributes

Source
package.scala
Graph
Supertypes
trait ToAllOps
trait ToDecoderOps
trait ToEncoderOps
trait ToCodecOps
trait ToListOps
trait ToIdOps
class Object
trait Matchable
class Any
Show all
Self type
implicits.type

Members list

Extensions

Inherited extensions

extension (inline sc: StringContext)
transparent inline def sql(inline args: Any*): Any

Attributes

Inherited from:
ToStringContextOps
Source
StringContextOps.scala
extension (inline sc: StringContext)
inline def id(): Identifier

Attributes

Inherited from:
ToStringContextOps
Source
StringContextOps.scala

Implicits

Inherited implicits

implicit def toCodecOps[A <: Tuple](self: Codec[A]): CodecOps[A]

Attributes

Inherited from:
ToCodecOps
Source
CodecOps.scala
implicit def toDecoderOps[A <: Tuple](self: Decoder[A]): DecoderOps[A]

Attributes

Inherited from:
ToDecoderOps
Source
DecoderOps.scala
implicit def toEncoderOps[A <: Tuple](self: Encoder[A]): EncoderOps[A]

Attributes

Inherited from:
ToEncoderOps
Source
EncoderOps.scala
implicit def toIdOps[A](a: A): IdOps[A]

Attributes

Inherited from:
ToIdOps
Source
IdOps.scala
implicit def toSkunkListOps[A](as: List[A]): ListOps[A]

Attributes

Inherited from:
ToListOps
Source
ListOps.scala

Attributes

Inherited from:
ToStringContextOps
Source
StringContextOps.scala