case class FixedMethod(m: Method) extends Basic[Unit] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FixedMethod
- Serializable
- Serializable
- Product
- Equals
- Basic
- Single
- EndpointInput
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
/[J, IJ](other: EndpointInput[J])(implicit ts: typelevel.ParamConcat.Aux[Unit, J, IJ]): EndpointInput[IJ]
- Definition Classes
- EndpointInput
-
def
and[J, IJ](other: EndpointInput[J])(implicit ts: typelevel.ParamConcat.Aux[Unit, J, IJ]): EndpointInput[IJ]
- Definition Classes
- Single → EndpointInput
- val m: Method
-
def
map[II](f: (Unit) ⇒ II)(g: (II) ⇒ Unit): EndpointInput[II]
- Definition Classes
- EndpointInput
-
def
mapTo[COMPANION, CASE_CLASS <: Product](c: COMPANION)(implicit fc: FnComponents[COMPANION, Unit, CASE_CLASS]): EndpointInput[CASE_CLASS]
- Definition Classes
- EndpointInput
-
def
show: String
- Definition Classes
- FixedMethod → EndpointInput