t

sttp.tapir

EndpointInputsOps

trait EndpointInputsOps[A, I, E, O, -R] extends EndpointInputsMacros[A, I, E, O, R]

Linear Supertypes
EndpointInputsMacros[A, I, E, O, R], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EndpointInputsOps
  2. EndpointInputsMacros
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type EndpointType[_A, _I, _E, _O, -_R]

Abstract Value Members

  1. abstract def input: EndpointInput[I]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def connect: EndpointType[A, I, E, O, R]
  7. def delete: EndpointType[A, I, E, O, R]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def get: EndpointType[A, I, E, O, R]
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def head: EndpointType[A, I, E, O, R]
  14. def in[BS, J, IJ, R2](i: StreamBodyIO[BS, J, R2])(implicit concat: typelevel.ParamConcat.Aux[I, J, IJ]): EndpointType[A, IJ, E, O, R with R2]
  15. def in[J, IJ](i: EndpointInput[J])(implicit concat: typelevel.ParamConcat.Aux[I, J, IJ]): EndpointType[A, IJ, E, O, R]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def mapIn[II](f: (I) => II)(g: (II) => I): EndpointType[A, II, E, O, R]
  18. def mapIn[II](m: Mapping[I, II]): EndpointType[A, II, E, O, R]
  19. def mapInDecode[II](f: (I) => DecodeResult[II])(g: (II) => I): EndpointType[A, II, E, O, R]
  20. macro def mapInTo[CASE_CLASS]: EndpointType[A, CASE_CLASS, E, O, R]
    Definition Classes
    EndpointInputsMacros
  21. def method(m: Method): EndpointType[A, I, E, O, R]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def options: EndpointType[A, I, E, O, R]
  26. def patch: EndpointType[A, I, E, O, R]
  27. def post: EndpointType[A, I, E, O, R]
  28. def prependIn[BS, J, JI, R2](i: StreamBodyIO[BS, J, R2])(implicit concat: typelevel.ParamConcat.Aux[J, I, JI]): EndpointType[A, JI, E, O, R with R2]
  29. def prependIn[J, JI](i: EndpointInput[J])(implicit concat: typelevel.ParamConcat.Aux[J, I, JI]): EndpointType[A, JI, E, O, R]
  30. def put: EndpointType[A, I, E, O, R]
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def trace: EndpointType[A, I, E, O, R]
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from EndpointInputsMacros[A, I, E, O, R]

Inherited from AnyRef

Inherited from Any

Ungrouped