Trait

ru.pavkin.todoist.api.suite

AbstractDTOQueryAPISuite

Related Doc: package suite

Permalink

trait AbstractDTOQueryAPISuite[F[_], P[_], Base, ResourceDTO] extends QueryAPISuite with AbstractDTOAPISuite[P]

Source
AbstractDTOQueryAPISuite.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AbstractDTOQueryAPISuite
  2. AbstractDTOAPISuite
  3. QueryAPISuite
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type All = ::[User, ::[Reminders, ::[Filters, ::[Notes, ::[Tasks, ::[Projects, ::[Labels, HNil]]]]]]]

    Permalink

    All resources that can be requested

    All resources that can be requested

    Definition Classes
    QueryAPISuite
  2. abstract type Filters

    Permalink

    Collection of Filter entities

    Collection of Filter entities

    Definition Classes
    QueryAPISuite
  3. abstract type Labels

    Permalink

    Collection of Label entities

    Collection of Label entities

    Definition Classes
    QueryAPISuite
  4. abstract type Notes

    Permalink

    Collection of Note entities

    Collection of Note entities

    Definition Classes
    QueryAPISuite
  5. abstract type Projects

    Permalink

    Collection of Project entities

    Collection of Project entities

    Definition Classes
    QueryAPISuite
  6. trait QuerySyntax extends AnyRef

    Permalink
    Definition Classes
    QueryAPISuite
  7. abstract type Reminders

    Permalink

    Collection of Reminder entities

    Collection of Reminder entities

    Definition Classes
    QueryAPISuite
  8. abstract type Tasks

    Permalink

    Collection of Item entities

    Collection of Item entities

    Definition Classes
    QueryAPISuite
  9. abstract type User

    Permalink

    User entity

    User entity

    Definition Classes
    QueryAPISuite

Abstract Value Members

  1. abstract def dtoDecodingError[T](msg: String): P[T]

    Permalink
    Definition Classes
    AbstractDTOAPISuite
  2. implicit abstract def dtoToFilters(implicit M: Monad[P]): SingleResponseDecoder[P, ResourceDTO, Filters]

    Permalink
  3. implicit abstract def dtoToLabels(implicit M: Monad[P]): SingleResponseDecoder[P, ResourceDTO, Labels]

    Permalink
  4. implicit abstract def dtoToNotes(implicit M: Monad[P]): SingleResponseDecoder[P, ResourceDTO, Notes]

    Permalink
  5. implicit abstract def dtoToProjects(implicit M: Monad[P]): SingleResponseDecoder[P, ResourceDTO, Projects]

    Permalink
  6. implicit abstract def dtoToReminders(implicit M: Monad[P]): SingleResponseDecoder[P, ResourceDTO, Reminders]

    Permalink
  7. implicit abstract def dtoToTasks(implicit M: Monad[P]): SingleResponseDecoder[P, ResourceDTO, Tasks]

    Permalink
  8. implicit abstract def dtoToUser(implicit M: Monad[P]): SingleResponseDecoder[P, ResourceDTO, User]

    Permalink
  9. abstract def resourceDtoDecoder: SingleResponseDecoder[P, Base, ResourceDTO]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO] to any2stringadd[AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO] to ArrowAssoc[AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. implicit val all: HasRawRequest[All]

    Permalink
    Definition Classes
    QueryAPISuite
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. implicit def composeDecoders1[Out](implicit p2: SingleResponseDecoder[P, ResourceDTO, Out], F: FlatMap[P]): SingleResponseDecoder[P, Base, Out]

    Permalink
  10. implicit def composeDecoders2[Out <: HList](implicit p2: MultipleResponseDecoder[P, ResourceDTO, Out], F: FlatMap[P]): MultipleResponseDecoder[P, Base, Out]

    Permalink
  11. def ensuring(cond: (AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO]) ⇒ Boolean, msg: ⇒ Any): AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO] to Ensuring[AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO]) ⇒ Boolean): AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO] to Ensuring[AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO] to Ensuring[AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO] to Ensuring[AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. implicit val filters: HasRawRequest[Filters]

    Permalink
    Definition Classes
    QueryAPISuite
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO] to StringFormat[AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. def fromResourceDtoDecoder[T](f: (ResourceDTO) ⇒ Option[T])(name: String)(implicit M: Monad[P]): SingleResponseDecoder[P, ResourceDTO, T]

    Permalink
    Attributes
    protected
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. implicit val labels: HasRawRequest[Labels]

    Permalink
    Definition Classes
    QueryAPISuite
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. implicit val notes: HasRawRequest[Notes]

    Permalink
    Definition Classes
    QueryAPISuite
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. implicit val projects: HasRawRequest[Projects]

    Permalink
    Definition Classes
    QueryAPISuite
  30. implicit val reminders: HasRawRequest[Reminders]

    Permalink
    Definition Classes
    QueryAPISuite
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. implicit val tasks: HasRawRequest[Tasks]

    Permalink
    Definition Classes
    QueryAPISuite
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. implicit val user: HasRawRequest[User]

    Permalink
    Definition Classes
    QueryAPISuite
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def [B](y: B): (AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO] to ArrowAssoc[AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AbstractDTOAPISuite[P]

Inherited from QueryAPISuite

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO] to any2stringadd[AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO]]

Inherited by implicit conversion StringFormat from AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO] to StringFormat[AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO]]

Inherited by implicit conversion Ensuring from AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO] to Ensuring[AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO]]

Inherited by implicit conversion ArrowAssoc from AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO] to ArrowAssoc[AbstractDTOQueryAPISuite[F, P, Base, ResourceDTO]]

Ungrouped