io.atlassian.aws.dynamodb.Decoder

DecodeAttributeValueFunctor

Related Doc: package Decoder

implicit object DecodeAttributeValueFunctor extends Functor[Decoder]

Linear Supertypes
Functor[Decoder], InvariantFunctor[Decoder], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DecodeAttributeValueFunctor
  2. Functor
  3. InvariantFunctor
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait FunctorLaw extends scalaz.Functor.InvariantFunctorLaw

    Definition Classes
    Functor
  2. trait InvariantFunctorLaw extends AnyRef

    Definition Classes
    InvariantFunctor

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def apply[A, B](fa: Decoder[A])(f: (A) ⇒ B): Decoder[B]

    Definition Classes
    Functor
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def bicompose[G[_, _]](implicit arg0: Bifunctor[G]): Bifunctor[[α, β]Decoder[G[α, β]]]

    Definition Classes
    Functor
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def compose[G[_]](implicit G0: Functor[G]): Functor[[α]Decoder[G[α]]]

    Definition Classes
    Functor
  9. def counzip[A, B](a: \/[Decoder[A], Decoder[B]]): Decoder[\/[A, B]]

    Definition Classes
    Functor
  10. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def fpair[A](fa: Decoder[A]): Decoder[(A, A)]

    Definition Classes
    Functor
  14. def fproduct[A, B](fa: Decoder[A])(f: (A) ⇒ B): Decoder[(A, B)]

    Definition Classes
    Functor
  15. def functorLaw: FunctorLaw

    Definition Classes
    Functor
  16. val functorSyntax: FunctorSyntax[Decoder]

    Definition Classes
    Functor
  17. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  19. def icompose[G[_]](implicit G0: Contravariant[G]): Contravariant[[α]Decoder[G[α]]]

    Definition Classes
    Functor
  20. def invariantFunctorLaw: InvariantFunctorLaw

    Definition Classes
    InvariantFunctor
  21. val invariantFunctorSyntax: InvariantFunctorSyntax[Decoder]

    Definition Classes
    InvariantFunctor
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def lift[A, B](f: (A) ⇒ B): (Decoder[A]) ⇒ Decoder[B]

    Definition Classes
    Functor
  24. def map[A, B](m: Decoder[A])(f: (A) ⇒ B): Decoder[B]

    Definition Classes
    DecodeAttributeValueFunctor → Functor
  25. def mapply[A, B](a: A)(f: Decoder[(A) ⇒ B]): Decoder[B]

    Definition Classes
    Functor
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

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

    Definition Classes
    AnyRef
  29. def product[G[_]](implicit G0: Functor[G]): Functor[[α](Decoder[α], G[α])]

    Definition Classes
    Functor
  30. def strengthL[A, B](a: A, f: Decoder[B]): Decoder[(A, B)]

    Definition Classes
    Functor
  31. def strengthR[A, B](f: Decoder[A], b: B): Decoder[(A, B)]

    Definition Classes
    Functor
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. def void[A](fa: Decoder[A]): Decoder[Unit]

    Definition Classes
    Functor
  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def xmap[A, B](fa: Decoder[A], f: (A) ⇒ B, g: (B) ⇒ A): Decoder[B]

    Definition Classes
    Functor → InvariantFunctor
  39. def xmapb[A, B](ma: Decoder[A])(b: scalaz.BijectionT.Bijection[A, B]): Decoder[B]

    Definition Classes
    InvariantFunctor
  40. def xmapi[A, B](ma: Decoder[A])(iso: scalaz.Isomorphism.<=>[A, B]): Decoder[B]

    Definition Classes
    InvariantFunctor

Inherited from Functor[Decoder]

Inherited from InvariantFunctor[Decoder]

Inherited from AnyRef

Inherited from Any

Ungrouped