Packages

object syntax

Source
syntax.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. syntax
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class Maker[x, T[_, _]] extends AnyRef
  2. class MkBasicAuth[x] extends AnyRef
  3. class MkBearerAuth[x] extends AnyRef
  4. class MkComplex[x, T[_, _]] extends AnyRef
  5. class MkTransform[a, b] extends AnyRef
  6. class MkTransformReq[a, b] extends AnyRef
  7. implicit class ResultMaker[x <: DSLMethod] extends AnyRef
  8. implicit class TypeApiOps[x <: DSLDef] extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def $$[x]: Complete[x]
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def allQuery: MkComplex[Map[String, String], AllQuery]
  6. def apiKeyAuth[realm, Param <: CanHoldApiKey](realm: Aux[realm], param: Param): ApiKeyAuth[realm, Param]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def basicAuth[x]: MkBasicAuth[x]
  9. def bearerAuth[x]: MkBearerAuth[x]
  10. def body[x]: MkComplex[x, ReqBody]
  11. def capture[x]: MkComplex[x, Capture]
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  13. def complete[x]: Complete[x]
  14. def cookie[x]: MkComplex[x, Cookie]
  15. def delete: Delete
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def formField[x]: MkComplex[x, FormField]
  19. def get: Get
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def group[s](witness: Aux[s]): Group[s]
  22. def groupPrefix[s](witness: Aux[s]): :>[Prefix[s], Group[s]]
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def head: Head
  25. def header[x]: MkComplex[x, Header]
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def key[s](witness: Aux[s]): Key[s]
  28. def keyPrefix[s](witness: Aux[s]): :>[Prefix[s], Key[s]]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def opDelete: :>[Key[String("delete")], Delete]
  33. def opGet: :>[Key[String("get")], Get]
  34. def opHead: :>[Key[String("head")], Head]
  35. def opOptions: :>[Key[String("options")], Options]
  36. def opPatch: :>[Key[String("patch")], Patch]
  37. def opPost: :>[Key[String("post")], Post]
  38. def opPut: :>[Key[String("put")], Put]
  39. def operation[s](witness: Aux[s]): :>[Prefix[s], Key[s]]
  40. def options: Options
  41. def patch: Patch
  42. def post: Post
  43. def prefix[s](witness: Aux[s]): Prefix[s]
  44. def put: Put
  45. def queryFlag[s](witness: Aux[s]): QueryFlag[s]
  46. def queryParam[x]: MkComplex[x, QueryParam]
  47. def queryParams[x]: MkComplex[x, QueryParams]
  48. def reqBody[x]: ReqBody[Symbol with Tagged[String("body")], x]
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def tag[s](witness: Aux[s]): Tag[s]
  51. def tagPrefix[s](witness: Aux[s]): :>[Prefix[s], Tag[s]]
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped