Packages

object Decoder extends DecoderLow

Linear Supertypes
DecoderLow, DecoderLow2, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Decoder
  2. DecoderLow
  3. DecoderLow2
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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[F[_], X, A](f: (X) => F[\/[String, A]]): Decoder[F, X, A]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. implicit def decoder2ComposeInstance[F[_]](implicit arg0: Monad[F]): Compose[[β$35$, γ$36$]Decoder[F, β$35$, γ$36$]]
  8. implicit def decoder2Contravariant[F[_], A]: Contravariant[[β$38$]Decoder[F, β$38$, A]]
  9. def decoder2KleisliIsoBifunctor[F[_]]: scalaz.Isomorphism.<~~>[[β$26$, γ$27$]Decoder[F, β$26$, γ$27$], [β$28$, γ$29$]Kleisli[[γ$25$]EitherT[F, String, γ$25$], β$28$, γ$29$]]
  10. implicit def decoder2Monad[F[_], A](implicit arg0: Monad[F]): Monad[[γ$37$]Decoder[F, A, γ$37$]]
  11. def decoder2ToKleisli[F[_]]: ~~>[[β$5$, γ$6$]Decoder[F, β$5$, γ$6$], [β$7$, γ$8$]Kleisli[[γ$4$]EitherT[F, String, γ$4$], β$7$, γ$8$]]
  12. def ensure[F[_], A](e: Ensure[F, A])(implicit arg0: Monad[F]): Decoder[F, A, A]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. implicit def fromCodec[F[_], X, A](implicit codec: Codec[F, X, A]): Decoder[F, X, A]
    Definition Classes
    DecoderLow
  16. def fromDisjunction[F[_], X, A](f: (X) => \/[String, A])(implicit arg0: Monad[F]): Decoder[F, X, A]
  17. def fromFunction[F[_], X, A](f: (X) => A)(implicit arg0: Monad[F]): Decoder[F, X, A]
  18. def fromTryCatchNonFatal[F[_], X, A](f: (X) => A)(implicit arg0: Monad[F]): Decoder[F, X, A]
  19. implicit def generic[F[_], X, A](implicit arg0: Monad[F], gen: WrapGen[A, X]): Decoder[F, X, A]
    Definition Classes
    DecoderLow2
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def id[F[_], E, I](implicit arg0: Monad[F]): Decoder[F, I, I]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def kleisliToDecoder[F[_]]: ~~>[[β$15$, γ$16$]Kleisli[[γ$14$]EitherT[F, String, γ$14$], β$15$, γ$16$], [β$17$, γ$18$]Decoder[F, β$17$, γ$18$]]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from DecoderLow

Inherited from DecoderLow2

Inherited from AnyRef

Inherited from Any

Ungrouped