Trait

ru.pavkin.todoist.api.circe.decoders

CirceDTODecoders

Related Doc: package decoders

Permalink

trait CirceDTODecoders extends PlainCoproductDecoder

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CirceDTODecoders
  2. PlainCoproductDecoder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit val accessTokenDTODecoder: Decoder[AccessToken]

    Permalink
  5. implicit val allResourcesDecoder: Decoder[AllResources]

    Permalink
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. implicit val commandErrorDecoder: Decoder[RawCommandError]

    Permalink
  9. implicit val commandResultDecoder: Decoder[RawCommandResult]

    Permalink
  10. implicit val commandStatusDecoder: Decoder[RawCommandStatus]

    Permalink
  11. implicit val decodeCNil: Decoder[CNil]

    Permalink
    Definition Classes
    PlainCoproductDecoder
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. implicit val fileDTODecoder: Decoder[FileAttachment]

    Permalink
  15. implicit val filterDTODecoder: Decoder[Filter]

    Permalink
  16. implicit val filtersDTODecoder: Decoder[List[Filter]]

    Permalink
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  21. implicit val labelDTODecoder: Decoder[Label]

    Permalink
  22. implicit val labelsDTODecoder: Decoder[List[Label]]

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. implicit val noteDTODecoder: Decoder[Note]

    Permalink
  25. implicit val notesDTODecoder: Decoder[List[Note]]

    Permalink
  26. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  28. implicit def plainCoproductDecoder[H, T <: Coproduct](implicit decodeHead: Decoder[H], decodeTail: Decoder[T]): Decoder[:+:[H, T]]

    Permalink
    Definition Classes
    PlainCoproductDecoder
  29. implicit val projectDTODecoder: Decoder[Project]

    Permalink
  30. implicit val projectsDTODecoder: Decoder[List[Project]]

    Permalink
  31. implicit val reminderDTODecoder: Decoder[Reminder]

    Permalink
  32. implicit val remindersDTODecoder: Decoder[List[Reminder]]

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. implicit val taskDTODecoder: Decoder[Task]

    Permalink
  35. implicit val tasksDTODecoder: Decoder[List[Task]]

    Permalink
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. implicit val tzOffsetDTODecoder: Decoder[TimeZoneOffset]

    Permalink
  38. implicit val userDTODecoder: Decoder[User]

    Permalink
  39. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PlainCoproductDecoder

Inherited from AnyRef

Inherited from Any

Ungrouped