Basic

sealed trait Basic[I] extends Single[I] with Basic[I] with Basic[I]
trait Basic[I]
trait Basic[I]
trait Basic[I]
trait Single[I]
trait Single[I]
trait Single[I]
trait EndpointIO[I]
trait EndpointInput[I]
class Object
trait Matchable
class Any
trait Atom[I]
class Body[R, T]
class Empty[T]
class FixedHeader[T]
class Header[T]
class Headers[T]
class StreamBodyWrapper[BS, T]
class OneOfBody[O, T]

Value members

Inherited methods

def /[U, TU](other: EndpointInput[U])(implicit concat: Aux[I, U, TU]): EndpointInput[TU]
Inherited from:
EndpointInput
def and[J, IJ](other: EndpointOutput[J])(implicit concat: Aux[I, J, IJ]): EndpointOutput[IJ]
Inherited from:
EndpointOutput
def and[U, TU](other: EndpointInput[U])(implicit concat: Aux[I, U, TU]): EndpointInput[TU]
Inherited from:
EndpointInput
def and[J, IJ](other: EndpointIO[J])(implicit concat: Aux[I, J, IJ]): EndpointIO[IJ]
Inherited from:
EndpointIO
def map[U](f: I => U)(g: U => I): ThisType[U]
Inherited from:
EndpointTransput
def map[U](mapping: Mapping[I, U]): ThisType[U]
Inherited from:
EndpointTransput
def mapDecode[U](f: I => DecodeResult[U])(g: U => I): ThisType[U]
Inherited from:
EndpointTransput
inline def mapTo[CASE_CLASS <: Product](using mc: ProductOf[CASE_CLASS]): ThisType[CASE_CLASS]
Inherited from:
EndpointTransputMacros
def show: String
Inherited from:
EndpointTransput
def validate(v: Validator[I]): ThisType[I]
Inherited from:
EndpointTransput