Package

ru.pavkin.todoist.api.core

command

Permalink

package command

Visibility
  1. Public
  2. All

Type Members

  1. trait MultipleCommandDefinition[F[_], P[_], C <: HList, R <: HList, Base] extends RequestDefinition[F, P, R, Base]

    Permalink

    A definition of a multiple commands request.

    A definition of a multiple commands request.

    Call execute to perform the commands and get the results HList (under the effect)

  2. class MultipleCommandRequestDefinition[F[_], L[_], P[_], C <: HList, R <: HList, Req, Base] extends CompositeExecutedRequestDefinition[F, L, P, R, Req, Base] with MultipleCommandDefinition[F, P, C, R, Base]

    Permalink
  3. trait SingleCommandDefinition[F[_], P[_], C, R, Base] extends RequestDefinition[F, P, R, Base]

    Permalink

    A definition of a single command request.

    A definition of a single command request.

    Call execute to perform the command and get the result (under the effect)

  4. class SingleCommandRequestDefinition[F[_], L[_], P[_], C, R, Req, Base] extends CompositeExecutedRequestDefinition[F, L, P, R, Req, Base] with SingleCommandDefinition[F, P, C, R, Base]

    Permalink

Ungrouped