Packages

case class FixedMethod(m: Method) extends Basic[Unit] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FixedMethod
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Basic
  7. Single
  8. EndpointInput
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FixedMethod(m: Method)

Value Members

  1. def /[J, IJ](other: EndpointInput[J])(implicit ts: typelevel.ParamConcat.Aux[Unit, J, IJ]): EndpointInput[IJ]
    Definition Classes
    EndpointInput
  2. def and[J, IJ](other: EndpointInput[J])(implicit ts: typelevel.ParamConcat.Aux[Unit, J, IJ]): EndpointInput[IJ]
    Definition Classes
    SingleEndpointInput
  3. val m: Method
  4. def map[II](f: (Unit) ⇒ II)(g: (II) ⇒ Unit): EndpointInput[II]
    Definition Classes
    EndpointInput
  5. def mapTo[COMPANION, CASE_CLASS <: Product](c: COMPANION)(implicit fc: FnComponents[COMPANION, Unit, CASE_CLASS]): EndpointInput[CASE_CLASS]
    Definition Classes
    EndpointInput
  6. def show: String
    Definition Classes
    FixedMethodEndpointInput