Packages

sealed trait Basic[I] extends Single[I] with EndpointInput.Basic[I] with EndpointOutput.Basic[I]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Basic
  2. Basic
  3. Basic
  4. Basic
  5. Single
  6. Single
  7. Single
  8. EndpointIO
  9. EndpointOutput
  10. EndpointInput
  11. EndpointTransput
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def codec: Codec[L, I, CF]
    Definition Classes
    Basic
  2. abstract def info: Info[I]
    Definition Classes
    Basic
  3. abstract def show: String
    Definition Classes
    EndpointTransput

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def /[U, TU](other: EndpointInput[U])(implicit concat: typelevel.ParamConcat.Aux[I, U, TU]): EndpointInput[TU]
    Definition Classes
    EndpointInput
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def and[J, IJ](other: EndpointIO[J])(implicit concat: typelevel.ParamConcat.Aux[I, J, IJ]): EndpointIO[IJ]
    Definition Classes
    EndpointIO
  6. def and[J, IJ](other: EndpointOutput[J])(implicit concat: typelevel.ParamConcat.Aux[I, J, IJ]): EndpointOutput[IJ]
    Definition Classes
    EndpointOutput
  7. def and[U, TU](other: EndpointInput[U])(implicit concat: typelevel.ParamConcat.Aux[I, U, TU]): EndpointInput[TU]
    Definition Classes
    EndpointInput
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. def default(d: I): ThisType[I]
    Definition Classes
    Basic
  11. def deprecated(): ThisType[I]
    Definition Classes
    Basic
  12. def description(d: String): ThisType[I]
    Definition Classes
    Basic
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def example(example: Example[I]): ThisType[I]
    Definition Classes
    Basic
  16. def example(t: I): ThisType[I]
    Definition Classes
    Basic
  17. def examples(examples: List[Example[I]]): ThisType[I]
    Definition Classes
    Basic
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def map[U](mapping: Mapping[I, U]): ThisType[U]
    Definition Classes
    BasicEndpointTransput
  22. def map[U](f: (I) ⇒ U)(g: (U) ⇒ I): ThisType[U]
    Definition Classes
    EndpointTransput
  23. def mapDecode[U](f: (I) ⇒ DecodeResult[U])(g: (U) ⇒ I): ThisType[U]
    Definition Classes
    EndpointTransput
  24. def mapTo[COMPANION, CASE_CLASS <: Product](c: COMPANION)(implicit fc: FnComponents[COMPANION, I, CASE_CLASS]): ThisType[CASE_CLASS]
    Definition Classes
    EndpointTransput
  25. def modifySchema(modify: (Schema[I]) ⇒ Schema[I]): ThisType[I]
    Definition Classes
    Basic
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def schema(s: Option[Schema[I]]): ThisType[I]
    Definition Classes
    Basic
  30. def schema(s: Schema[I]): ThisType[I]
    Definition Classes
    Basic
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def validate(v: Validator[I]): ThisType[I]
    Definition Classes
    EndpointTransput
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from EndpointOutput.Basic[I]

Inherited from EndpointInput.Basic[I]

Inherited from EndpointTransput.Basic[I]

Inherited from Single[I]

Inherited from EndpointOutput.Single[I]

Inherited from EndpointInput.Single[I]

Inherited from EndpointIO[I]

Inherited from EndpointOutput[I]

Inherited from EndpointInput[I]

Inherited from EndpointTransput[I]

Inherited from AnyRef

Inherited from Any

Ungrouped