c

dynamics.http

DecodeResultOps

final case class DecodeResultOps[F[_], T](dr: DecodeResult[F, T])(implicit F: MonadError[F, Throwable]) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DecodeResultOps
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DecodeResultOps(dr: DecodeResult[F, T])(implicit F: MonadError[F, Throwable])

Value Members

  1. val dr: DecodeResult[F, T]
  2. def toF: F[T]

    Flatten EitherT[F,DecodeFailure,T].

    Flatten EitherT[F,DecodeFailure,T]. Push any DecodeFailure as the error into a F[T].