object Decoder extends DecoderLow
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Decoder
- DecoderLow
- DecoderLow2
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[F[_], X, A](f: (X) ⇒ F[\/[String, A]])(implicit arg0: Monad[F]): Decoder[F, X, A]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- implicit def decoder2ComposeInstance[F[_]](implicit arg0: Monad[F]): Compose[[β$35$, γ$36$]Decoder[F, β$35$, γ$36$]]
- implicit def decoder2Contravariant[F[_], A]: Contravariant[[β$38$]Decoder[F, β$38$, A]]
- def decoder2KleisliIsoBifunctor[F[_]]: scalaz.Isomorphism.<~~>[[β$26$, γ$27$]Decoder[F, β$26$, γ$27$], [β$28$, γ$29$]Kleisli[[γ$25$]EitherT[F, String, γ$25$], β$28$, γ$29$]]
- implicit def decoder2Monad[F[_], A](implicit arg0: Monad[F]): Monad[[γ$37$]Decoder[F, A, γ$37$]]
- def decoder2ToKleisli[F[_]]: ~~>[[β$5$, γ$6$]Decoder[F, β$5$, γ$6$], [β$7$, γ$8$]Kleisli[[γ$4$]EitherT[F, String, γ$4$], β$7$, γ$8$]]
- def ensure[F[_], A](e: Ensure[F, A])(implicit arg0: Monad[F]): Decoder[F, A, A]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
implicit
def
fromCodec[F[_], X, A](implicit codec: Codec[F, X, A]): Decoder[F, X, A]
- Definition Classes
- DecoderLow
- def fromDisjunction[F[_], X, A](f: (X) ⇒ \/[String, A])(implicit arg0: Monad[F]): Decoder[F, X, A]
- def fromFunction[F[_], X, A](f: (X) ⇒ A)(implicit arg0: Monad[F]): Decoder[F, X, A]
- def fromTryCatchNonFatal[F[_], X, A](f: (X) ⇒ A)(implicit arg0: Monad[F]): Decoder[F, X, A]
-
implicit
def
generic[F[_], X, A](implicit arg0: Monad[F], gen: WrapGen[A, X]): Decoder[F, X, A]
- Definition Classes
- DecoderLow2
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def id[F[_], E, I](implicit arg0: Monad[F]): Decoder[F, I, I]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def kleisliToDecoder[F[_]]: ~~>[[β$15$, γ$16$]Kleisli[[γ$14$]EitherT[F, String, γ$14$], β$15$, γ$16$], [β$17$, γ$18$]Decoder[F, β$17$, γ$18$]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )