Object/Class

ch.srf.xml

Decoder

Related Docs: class Decoder | package xml

Permalink

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. All

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply[F[_], X, A](f: (X) ⇒ F[\/[String, A]])(implicit arg0: Monad[F]): Decoder[F, X, A]

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. implicit def decoder2ComposeInstance[F[_]](implicit arg0: Monad[F]): Compose[[β$35$, γ$36$]Decoder[F, β$35$, γ$36$]]

    Permalink
  8. implicit def decoder2Contravariant[F[_], A]: Contravariant[[β$38$]Decoder[F, β$38$, A]]

    Permalink
  9. def decoder2KleisliIsoBifunctor[F[_]]: scalaz.Isomorphism.<~~>[[β$26$, γ$27$]Decoder[F, β$26$, γ$27$], [β$28$, γ$29$]Kleisli[[γ$25$]EitherT[F, String, γ$25$], β$28$, γ$29$]]

    Permalink
  10. implicit def decoder2Monad[F[_], A](implicit arg0: Monad[F]): Monad[[γ$37$]Decoder[F, A, γ$37$]]

    Permalink
  11. def decoder2ToKleisli[F[_]]: ~~>[[β$5$, γ$6$]Decoder[F, β$5$, γ$6$], [β$7$, γ$8$]Kleisli[[γ$4$]EitherT[F, String, γ$4$], β$7$, γ$8$]]

    Permalink
  12. def ensure[F[_], A](e: Ensure[F, A])(implicit arg0: Monad[F]): Decoder[F, A, A]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. implicit def fromCodec[F[_], X, A](implicit codec: Codec[F, X, A]): Decoder[F, X, A]

    Permalink
    Definition Classes
    DecoderLow
  16. def fromDisjunction[F[_], X, A](f: (X) ⇒ \/[String, A])(implicit arg0: Monad[F]): Decoder[F, X, A]

    Permalink
  17. def fromFunction[F[_], X, A](f: (X) ⇒ A)(implicit arg0: Monad[F]): Decoder[F, X, A]

    Permalink
  18. def fromTryCatchNonFatal[F[_], X, A](f: (X) ⇒ A)(implicit arg0: Monad[F]): Decoder[F, X, A]

    Permalink
  19. implicit def generic[F[_], X, A](implicit arg0: Monad[F], gen: WrapGen[A, X]): Decoder[F, X, A]

    Permalink
    Definition Classes
    DecoderLow2
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  22. def id[F[_], E, I](implicit arg0: Monad[F]): Decoder[F, I, I]

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def kleisliToDecoder[F[_]]: ~~>[[β$15$, γ$16$]Kleisli[[γ$14$]EitherT[F, String, γ$14$], β$15$, γ$16$], [β$17$, γ$18$]Decoder[F, β$17$, γ$18$]]

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

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from DecoderLow

Inherited from DecoderLow2

Inherited from AnyRef

Inherited from Any

Ungrouped