Typer

skunk.util.Typer$
See theTyper companion trait
object Typer

Attributes

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

Members list

Type members

Classlikes

implicit class ProtocolOps[F[_]](p: Protocol[F])(implicit evidence$1: Functor[F])

Attributes

Source
Typer.scala
Supertypes
class Object
trait Matchable
class Any
object Strategy

Attributes

Companion
trait
Source
Typer.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Strategy.type
sealed trait Strategy

Attributes

Companion
object
Source
Typer.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BuiltinsOnly.type
object SearchPath.type
case class TypeInfo(oid: Int, name: String, arrayTypeOid: Option[Int], relOid: Option[Int])

Attributes

Source
Typer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def fromProtocol[F[_] : Apply](p: Protocol[F]): F[Typer]

Attributes

Source
Typer.scala

Concrete fields

val Static: Typer

Attributes

Source
Typer.scala

Implicits

Implicits

final implicit def ProtocolOps[F[_] : Functor](p: Protocol[F]): ProtocolOps[F]

Attributes

Source
Typer.scala