Channel

gopher.Channel
See theChannel companion trait
object Channel

Attributes

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

Members list

Type members

Classlikes

case class FRead[F[_], A](a: A, ch: F[A])

Attributes

Source
Channel.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Read[F[_], A](a: A, ch: ReadChannel[F, A] | F[A])

Attributes

Source
Channel.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Write[F[_], A](a: A, ch: WriteChannel[F, A])

Attributes

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

Value members

Concrete methods

def apply[F[_], A]()(using Gopher[F]): Channel[F, A, A]

Attributes

Source
Channel.scala