Trait

ru.pavkin.todoist.api.circe.decoders

CirceDTODecoders

Related Doc: package decoders

Permalink

trait CirceDTODecoders extends PlainCoproductDecoder

Source
CirceDTODecoders.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CirceDTODecoders
  2. PlainCoproductDecoder
  3. AnyRef
  4. 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

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 CirceDTODecoders to any2stringadd[CirceDTODecoders] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (CirceDTODecoders, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CirceDTODecoders to ArrowAssoc[CirceDTODecoders] 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 accessTokenDTODecoder: Decoder[AccessToken]

    Permalink
  7. implicit val allResourcesDecoder: Decoder[AllResources]

    Permalink
  8. final def asInstanceOf[T0]: T0

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

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

    Permalink
  11. implicit val commandResultDecoder: Decoder[RawCommandResult]

    Permalink
  12. implicit val commandStatusDecoder: Decoder[RawCommandStatus]

    Permalink
  13. implicit val decodeCNil: Decoder[CNil]

    Permalink
    Definition Classes
    PlainCoproductDecoder
  14. def ensuring(cond: (CirceDTODecoders) ⇒ Boolean, msg: ⇒ Any): CirceDTODecoders

    Permalink
    Implicit information
    This member is added by an implicit conversion from CirceDTODecoders to Ensuring[CirceDTODecoders] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (CirceDTODecoders) ⇒ Boolean): CirceDTODecoders

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from CirceDTODecoders to Ensuring[CirceDTODecoders] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): CirceDTODecoders

    Permalink
    Implicit information
    This member is added by an implicit conversion from CirceDTODecoders to Ensuring[CirceDTODecoders] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
  21. implicit val filterDTODecoder: Decoder[Filter]

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

    Permalink
  23. def finalize(): Unit

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from CirceDTODecoders to StringFormat[CirceDTODecoders] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. final def getClass(): Class[_]

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

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

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

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

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

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

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

    Permalink
  33. final def notify(): Unit

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

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

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

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

    Permalink
  38. implicit val reminderDTODecoder: Decoder[Reminder]

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

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

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

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

    Permalink
  43. def toString(): String

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

    Permalink
  45. implicit val userDTODecoder: Decoder[User]

    Permalink
  46. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def [B](y: B): (CirceDTODecoders, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CirceDTODecoders to ArrowAssoc[CirceDTODecoders] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from PlainCoproductDecoder

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from CirceDTODecoders to any2stringadd[CirceDTODecoders]

Inherited by implicit conversion StringFormat from CirceDTODecoders to StringFormat[CirceDTODecoders]

Inherited by implicit conversion Ensuring from CirceDTODecoders to Ensuring[CirceDTODecoders]

Inherited by implicit conversion ArrowAssoc from CirceDTODecoders to ArrowAssoc[CirceDTODecoders]

Ungrouped