Socket

object Socket
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Socket.type

Type members

Classlikes

final class PartialCollect[A](val unit: Unit) extends AnyVal
final class PartialFromFunction[A](val unit: Unit) extends AnyVal

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def echo[A]: Socket[Any, Nothing, A, A]

Simply echos the incoming message back

Simply echos the incoming message back

def empty: Socket[Any, Nothing, Any, Nothing]

Creates a socket that doesn't do anything.

Creates a socket that doesn't do anything.

def end: Socket[Any, Nothing, Any, Nothing]
def from[A](iter: A*): Socket[Any, Nothing, Any, A]
def fromIterable[A](iter: Iterable[A]): Socket[Any, Nothing, Any, A]
def fromStream[R, E, B](stream: ZStream[R, E, B]): Socket[R, E, Any, B]
def succeed[A](a: A): Socket[Any, Nothing, Any, A]