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

Concise view

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

Source:
Channel.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Attributes

Source:
Channel.scala