sealed trait EndpointIO[I] extends EndpointInput[I] with EndpointOutput[I]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- EndpointIO
- EndpointOutput
- EndpointInput
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def and[J, IJ](other: EndpointIO[J])(implicit ts: typelevel.ParamConcat.Aux[I, J, IJ]): EndpointIO[IJ]
-
abstract
def
and[J, IJ](other: EndpointOutput[J])(implicit ts: typelevel.ParamConcat.Aux[I, J, IJ]): EndpointOutput[IJ]
- Definition Classes
- EndpointOutput
-
abstract
def
and[J, IJ](other: EndpointInput[J])(implicit ts: typelevel.ParamConcat.Aux[I, J, IJ]): EndpointInput[IJ]
- Definition Classes
- EndpointInput
-
abstract
def
show: String
- Definition Classes
- EndpointIO → EndpointOutput → EndpointInput
Concrete Value Members
-
def
/[J, IJ](other: EndpointInput[J])(implicit ts: typelevel.ParamConcat.Aux[I, J, IJ]): EndpointInput[IJ]
- Definition Classes
- EndpointInput
-
def
map[II](f: (I) ⇒ II)(g: (II) ⇒ I): EndpointIO[II]
- Definition Classes
- EndpointIO → EndpointOutput → EndpointInput
-
def
mapTo[COMPANION, CASE_CLASS <: Product](c: COMPANION)(implicit fc: FnComponents[COMPANION, I, CASE_CLASS]): EndpointIO[CASE_CLASS]
- Definition Classes
- EndpointIO → EndpointOutput → EndpointInput