skunk.net.protocol

Members list

Concise view

Type members

Classlikes

trait Bind[F[_]]

Attributes

Companion:
object
Source:
Bind.scala
Graph
Supertypes
class Object
trait Matchable
class Any
object Bind

Attributes

Companion:
trait
Source:
Bind.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Bind.type
trait Close[F[_]]

Attributes

Companion:
object
Source:
Close.scala
Graph
Supertypes
class Object
trait Matchable
class Any
object Close

Attributes

Companion:
trait
Source:
Close.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Close.type
trait Describe[F[_]]

Attributes

Companion:
object
Source:
Describe.scala
Graph
Supertypes
class Object
trait Matchable
class Any
object Describe

Attributes

Companion:
trait
Source:
Describe.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait Exchange[F[_]]

Attributes

Companion:
object
Source:
Exchange.scala
Graph
Supertypes
class Object
trait Matchable
class Any
object Exchange

Attributes

Companion:
trait
Source:
Exchange.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait Execute[F[_]]

Attributes

Companion:
object
Source:
Execute.scala
Graph
Supertypes
class Object
trait Matchable
class Any
object Execute

Attributes

Companion:
trait
Source:
Execute.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Execute.type
trait Parse[F[_]]

Attributes

Companion:
object
Source:
Parse.scala
Graph
Supertypes
class Object
trait Matchable
class Any
object Parse

Attributes

Companion:
trait
Source:
Parse.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Parse.type
trait Prepare[F[_]]

Attributes

Companion:
object
Source:
Prepare.scala
Graph
Supertypes
class Object
trait Matchable
class Any
object Prepare

Attributes

Companion:
trait
Source:
Prepare.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Prepare.type
trait Query[F[_]]

Attributes

Companion:
object
Source:
Query.scala
Graph
Supertypes
class Object
trait Matchable
class Any
object Query

Attributes

Companion:
trait
Source:
Query.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Query.type
trait Startup[F[_]]

Attributes

Companion:
object
Source:
Startup.scala
Graph
Supertypes
class Object
trait Matchable
class Any
object Startup

Attributes

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

Value members

Concrete methods

def exchange[F[_] : Trace, A](label: String)(fa: F[A])(implicit evidence$1: Trace[F], exchange: Exchange[F]): F[A]

Attributes

Source:
package.scala
def expect[F[_], B](f: PartialFunction[BackendMessage, B])(implicit ev: MessageSocket[F], or: Origin): F[B]

Attributes

Source:
package.scala
def flatExpect[F[_], B](f: PartialFunction[BackendMessage, F[B]])(implicit ev: MessageSocket[F], or: Origin): F[B]

Attributes

Source:
package.scala
def history[F[_]](max: Int)(implicit ev: MessageSocket[F]): F[List[Either[Any, Any]]]

Attributes

Source:
package.scala
def nextName[F[_]](prefix: String)(implicit ev: Namer[F]): F[String]

Attributes

Source:
package.scala
def receive[F[_]](implicit ev: MessageSocket[F]): F[BackendMessage]

Attributes

Source:
package.scala
def send[F[_]](message: FrontendMessage)(implicit ev: MessageSocket[F]): F[Unit]

Attributes

Source:
package.scala