WebSocketBodyWrapper

case class WebSocketBodyWrapper[PIPE_REQ_RESP, T](wrapped: WebSocketBodyOutput[PIPE_REQ_RESP, _, _, T, _]) extends Atom[T]
trait Serializable
trait Product
trait Equals
trait Atom[T]
trait Atom[T]
trait Basic[T]
trait Basic[T]
trait Single[T]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def codec: Codec[PIPE_REQ_RESP, T, CodecFormat]
Definition Classes
override def info: Info[T]
Definition Classes
override def show: String
Definition Classes

Inherited methods

def and[J, IJ](other: EndpointOutput[J])(implicit concat: Aux[T, J, IJ]): EndpointOutput[IJ]
Inherited from:
EndpointOutput
def attribute[A](k: AttributeKey[A], v: A): ThisType[T]
Inherited from:
Atom
def attribute[A](k: AttributeKey[A]): Option[A]
Inherited from:
Atom
def default(d: T): ThisType[T]
Inherited from:
Atom
def deprecated(): ThisType[T]
Inherited from:
Atom
def description(d: String): ThisType[T]
Inherited from:
Atom
def example(example: Example[T]): ThisType[T]
Inherited from:
Atom
def example(t: T): ThisType[T]
Inherited from:
Atom
def examples(examples: List[Example[T]]): ThisType[T]
Inherited from:
Atom
override def map[U](mapping: Mapping[T, U]): ThisType[U]
Definition Classes
Inherited from:
Atom
def map[U](f: T => U)(g: U => T): ThisType[U]
Inherited from:
EndpointTransput
def mapDecode[U](f: T => DecodeResult[U])(g: U => T): ThisType[U]
Inherited from:
EndpointTransput
inline def mapTo[CASE_CLASS <: Product](using mc: ProductOf[CASE_CLASS]): ThisType[CASE_CLASS]
Inherited from:
EndpointTransputMacros
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def schema(modify: Schema[T] => Schema[T]): ThisType[T]
Inherited from:
Atom
def schema(s: Option[Schema[T]]): ThisType[T]
Inherited from:
Atom
def schema(s: Schema[T]): ThisType[T]
Inherited from:
Atom
def validate(v: Validator[T]): ThisType[T]
Inherited from:
EndpointTransput
def validateIterable[C <: (Iterable), U](v: Validator[U])(implicit tIsCU: T =:= C[U]): ThisType[T]
Inherited from:
Atom
def validateOption[U](v: Validator[U])(implicit tIsOptionU: T =:= Option[U]): ThisType[T]
Inherited from:
Atom