implicit object CellDecoderInstances extends MonadError[CellDecoder, DecoderError] with SemigroupK[CellDecoder]
- Source
- CellDecoder.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CellDecoderInstances
- SemigroupK
- MonadError
- Monad
- FlatMap
- FlatMapArityFunctions
- ApplicativeError
- Applicative
- InvariantMonoidal
- Apply
- ApplyArityFunctions
- InvariantSemigroupal
- Semigroupal
- Functor
- Invariant
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def *>[A, B](fa: CellDecoder[A])(fb: CellDecoder[B]): CellDecoder[B]
- Definition Classes
- Apply
- Annotations
- @inline()
- final def <*[A, B](fa: CellDecoder[A])(fb: CellDecoder[B]): CellDecoder[A]
- Definition Classes
- Apply
- Annotations
- @inline()
- final def <*>[A, B](ff: CellDecoder[(A) => B])(fa: CellDecoder[A]): CellDecoder[B]
- Definition Classes
- Apply
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def adaptError[A](fa: CellDecoder[A])(pf: PartialFunction[DecoderError, DecoderError]): CellDecoder[A]
- Definition Classes
- MonadError → ApplicativeError
- def algebra[A]: Semigroup[CellDecoder[A]]
- Definition Classes
- SemigroupK
- def ap[A, B](ff: CellDecoder[(A) => B])(fa: CellDecoder[A]): CellDecoder[B]
- Definition Classes
- FlatMap → Apply
- def ap10[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, Z](f: CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9) => Z])(f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9]): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def ap11[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, Z](f: CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) => Z])(f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10]): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def ap12[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, Z](f: CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11) => Z])(f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11]): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def ap13[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, Z](f: CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12) => Z])(f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12]): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def ap14[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, Z](f: CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13) => Z])(f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13]): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def ap15[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, Z](f: CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14) => Z])(f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14]): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def ap16[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, Z](f: CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15) => Z])(f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15]): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def ap17[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, Z](f: CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16) => Z])(f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15], f16: CellDecoder[A16]): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def ap18[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, Z](f: CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17) => Z])(f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15], f16: CellDecoder[A16], f17: CellDecoder[A17]): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def ap19[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, Z](f: CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18) => Z])(f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15], f16: CellDecoder[A16], f17: CellDecoder[A17], f18: CellDecoder[A18]): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def ap2[A, B, Z](ff: CellDecoder[(A, B) => Z])(fa: CellDecoder[A], fb: CellDecoder[B]): CellDecoder[Z]
- Definition Classes
- FlatMap → Apply
- def ap20[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, Z](f: CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19) => Z])(f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15], f16: CellDecoder[A16], f17: CellDecoder[A17], f18: CellDecoder[A18], f19: CellDecoder[A19]): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def ap21[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, Z](f: CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20) => Z])(f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15], f16: CellDecoder[A16], f17: CellDecoder[A17], f18: CellDecoder[A18], f19: CellDecoder[A19], f20: CellDecoder[A20]): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def ap22[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, Z](f: CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21) => Z])(f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15], f16: CellDecoder[A16], f17: CellDecoder[A17], f18: CellDecoder[A18], f19: CellDecoder[A19], f20: CellDecoder[A20], f21: CellDecoder[A21]): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def ap3[A0, A1, A2, Z](f: CellDecoder[(A0, A1, A2) => Z])(f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2]): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def ap4[A0, A1, A2, A3, Z](f: CellDecoder[(A0, A1, A2, A3) => Z])(f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3]): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def ap5[A0, A1, A2, A3, A4, Z](f: CellDecoder[(A0, A1, A2, A3, A4) => Z])(f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4]): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def ap6[A0, A1, A2, A3, A4, A5, Z](f: CellDecoder[(A0, A1, A2, A3, A4, A5) => Z])(f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5]): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def ap7[A0, A1, A2, A3, A4, A5, A6, Z](f: CellDecoder[(A0, A1, A2, A3, A4, A5, A6) => Z])(f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6]): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def ap8[A0, A1, A2, A3, A4, A5, A6, A7, Z](f: CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7) => Z])(f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7]): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def ap9[A0, A1, A2, A3, A4, A5, A6, A7, A8, Z](f: CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8) => Z])(f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8]): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def as[A, B](fa: CellDecoder[A], b: B): CellDecoder[B]
- Definition Classes
- Functor
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attempt[A](fa: CellDecoder[A]): CellDecoder[Either[DecoderError, A]]
- Definition Classes
- ApplicativeError
- def attemptNarrow[EE <: Throwable, A](fa: CellDecoder[A])(implicit tag: ClassTag[EE], ev: <:<[EE, DecoderError]): CellDecoder[Either[EE, A]]
- Definition Classes
- ApplicativeError
- def attemptT[A](fa: CellDecoder[A]): EitherT[CellDecoder, DecoderError, A]
- Definition Classes
- ApplicativeError
- def attemptTap[A, B](fa: CellDecoder[A])(f: (Either[DecoderError, A]) => CellDecoder[B]): CellDecoder[A]
- Definition Classes
- MonadError
- def catchNonFatal[A](a: => A)(implicit ev: <:<[Throwable, DecoderError]): CellDecoder[A]
- Definition Classes
- ApplicativeError
- def catchNonFatalEval[A](a: Eval[A])(implicit ev: <:<[Throwable, DecoderError]): CellDecoder[A]
- Definition Classes
- ApplicativeError
- def catchOnly[T >: Null <: Throwable]: CatchOnlyPartiallyApplied[T, CellDecoder, DecoderError]
- Definition Classes
- ApplicativeError
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def combineAllOptionK[A](as: IterableOnce[CellDecoder[A]]): Option[CellDecoder[A]]
- Definition Classes
- SemigroupK
- def combineK[A](x: CellDecoder[A], y: CellDecoder[A]): CellDecoder[A]
- Definition Classes
- CellDecoderInstances → SemigroupK
- def combineKEval[A](x: CellDecoder[A], y: Eval[CellDecoder[A]]): Eval[CellDecoder[A]]
- Definition Classes
- SemigroupK
- def combineNK[A](a: CellDecoder[A], n: Int): CellDecoder[A]
- Definition Classes
- SemigroupK
- def compose[G[_]]: SemigroupK[[α]CellDecoder[G[α]]]
- Definition Classes
- SemigroupK
- def compose[G[_]](implicit arg0: Applicative[G]): Applicative[[α]CellDecoder[G[α]]]
- Definition Classes
- Applicative
- def compose[G[_]](implicit arg0: Apply[G]): Apply[[α]CellDecoder[G[α]]]
- Definition Classes
- Apply
- def compose[G[_]](implicit arg0: Functor[G]): Functor[[α]CellDecoder[G[α]]]
- Definition Classes
- Functor
- def compose[G[_]](implicit arg0: Invariant[G]): Invariant[[α]CellDecoder[G[α]]]
- Definition Classes
- Invariant
- def composeApply[G[_]](implicit arg0: Apply[G]): InvariantSemigroupal[[α]CellDecoder[G[α]]]
- Definition Classes
- InvariantSemigroupal
- def composeBifunctor[G[_, _]](implicit arg0: Bifunctor[G]): Bifunctor[[α, β]CellDecoder[G[α, β]]]
- Definition Classes
- Functor
- def composeContravariant[G[_]](implicit arg0: Contravariant[G]): Contravariant[[α]CellDecoder[G[α]]]
- Definition Classes
- Functor → Invariant
- def composeContravariantMonoidal[G[_]](implicit arg0: ContravariantMonoidal[G]): ContravariantMonoidal[[α]CellDecoder[G[α]]]
- Definition Classes
- Applicative
- def composeFunctor[G[_]](implicit arg0: Functor[G]): Invariant[[α]CellDecoder[G[α]]]
- Definition Classes
- Invariant
- def ensure[A](fa: CellDecoder[A])(error: => DecoderError)(predicate: (A) => Boolean): CellDecoder[A]
- Definition Classes
- MonadError
- def ensureOr[A](fa: CellDecoder[A])(error: (A) => DecoderError)(predicate: (A) => Boolean): CellDecoder[A]
- Definition Classes
- MonadError
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def flatMap[A, B](fa: CellDecoder[A])(f: (A) => CellDecoder[B]): CellDecoder[B]
- Definition Classes
- CellDecoderInstances → FlatMap
- def flatMap10[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9) => CellDecoder[Z]): CellDecoder[Z]
- Definition Classes
- FlatMapArityFunctions
- def flatMap11[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) => CellDecoder[Z]): CellDecoder[Z]
- Definition Classes
- FlatMapArityFunctions
- def flatMap12[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11) => CellDecoder[Z]): CellDecoder[Z]
- Definition Classes
- FlatMapArityFunctions
- def flatMap13[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12) => CellDecoder[Z]): CellDecoder[Z]
- Definition Classes
- FlatMapArityFunctions
- def flatMap14[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13) => CellDecoder[Z]): CellDecoder[Z]
- Definition Classes
- FlatMapArityFunctions
- def flatMap15[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14) => CellDecoder[Z]): CellDecoder[Z]
- Definition Classes
- FlatMapArityFunctions
- def flatMap16[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15) => CellDecoder[Z]): CellDecoder[Z]
- Definition Classes
- FlatMapArityFunctions
- def flatMap17[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15], f16: CellDecoder[A16])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16) => CellDecoder[Z]): CellDecoder[Z]
- Definition Classes
- FlatMapArityFunctions
- def flatMap18[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15], f16: CellDecoder[A16], f17: CellDecoder[A17])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17) => CellDecoder[Z]): CellDecoder[Z]
- Definition Classes
- FlatMapArityFunctions
- def flatMap19[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15], f16: CellDecoder[A16], f17: CellDecoder[A17], f18: CellDecoder[A18])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18) => CellDecoder[Z]): CellDecoder[Z]
- Definition Classes
- FlatMapArityFunctions
- def flatMap2[A0, A1, Z](f0: CellDecoder[A0], f1: CellDecoder[A1])(f: (A0, A1) => CellDecoder[Z]): CellDecoder[Z]
- Definition Classes
- FlatMapArityFunctions
- def flatMap20[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15], f16: CellDecoder[A16], f17: CellDecoder[A17], f18: CellDecoder[A18], f19: CellDecoder[A19])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19) => CellDecoder[Z]): CellDecoder[Z]
- Definition Classes
- FlatMapArityFunctions
- def flatMap21[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15], f16: CellDecoder[A16], f17: CellDecoder[A17], f18: CellDecoder[A18], f19: CellDecoder[A19], f20: CellDecoder[A20])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20) => CellDecoder[Z]): CellDecoder[Z]
- Definition Classes
- FlatMapArityFunctions
- def flatMap22[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15], f16: CellDecoder[A16], f17: CellDecoder[A17], f18: CellDecoder[A18], f19: CellDecoder[A19], f20: CellDecoder[A20], f21: CellDecoder[A21])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21) => CellDecoder[Z]): CellDecoder[Z]
- Definition Classes
- FlatMapArityFunctions
- def flatMap3[A0, A1, A2, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2])(f: (A0, A1, A2) => CellDecoder[Z]): CellDecoder[Z]
- Definition Classes
- FlatMapArityFunctions
- def flatMap4[A0, A1, A2, A3, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3])(f: (A0, A1, A2, A3) => CellDecoder[Z]): CellDecoder[Z]
- Definition Classes
- FlatMapArityFunctions
- def flatMap5[A0, A1, A2, A3, A4, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4])(f: (A0, A1, A2, A3, A4) => CellDecoder[Z]): CellDecoder[Z]
- Definition Classes
- FlatMapArityFunctions
- def flatMap6[A0, A1, A2, A3, A4, A5, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5])(f: (A0, A1, A2, A3, A4, A5) => CellDecoder[Z]): CellDecoder[Z]
- Definition Classes
- FlatMapArityFunctions
- def flatMap7[A0, A1, A2, A3, A4, A5, A6, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6])(f: (A0, A1, A2, A3, A4, A5, A6) => CellDecoder[Z]): CellDecoder[Z]
- Definition Classes
- FlatMapArityFunctions
- def flatMap8[A0, A1, A2, A3, A4, A5, A6, A7, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7])(f: (A0, A1, A2, A3, A4, A5, A6, A7) => CellDecoder[Z]): CellDecoder[Z]
- Definition Classes
- FlatMapArityFunctions
- def flatMap9[A0, A1, A2, A3, A4, A5, A6, A7, A8, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8) => CellDecoder[Z]): CellDecoder[Z]
- Definition Classes
- FlatMapArityFunctions
- def flatTap[A, B](fa: CellDecoder[A])(f: (A) => CellDecoder[B]): CellDecoder[A]
- Definition Classes
- FlatMap
- def flatten[A](ffa: CellDecoder[CellDecoder[A]]): CellDecoder[A]
- Definition Classes
- FlatMap
- final def fmap[A, B](fa: CellDecoder[A])(f: (A) => B): CellDecoder[B]
- Definition Classes
- Functor
- def foreverM[A, B](fa: CellDecoder[A]): CellDecoder[B]
- Definition Classes
- FlatMap
- def fproduct[A, B](fa: CellDecoder[A])(f: (A) => B): CellDecoder[(A, B)]
- Definition Classes
- Functor
- def fproductLeft[A, B](fa: CellDecoder[A])(f: (A) => B): CellDecoder[(B, A)]
- Definition Classes
- Functor
- def fromEither[A](x: Either[DecoderError, A]): CellDecoder[A]
- Definition Classes
- ApplicativeError
- def fromOption[A](oa: Option[A], ifEmpty: => DecoderError): CellDecoder[A]
- Definition Classes
- ApplicativeError
- def fromTry[A](t: Try[A])(implicit ev: <:<[Throwable, DecoderError]): CellDecoder[A]
- Definition Classes
- ApplicativeError
- def fromValidated[A](x: Validated[DecoderError, A]): CellDecoder[A]
- Definition Classes
- ApplicativeError
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def handleError[A](fa: CellDecoder[A])(f: (DecoderError) => A): CellDecoder[A]
- Definition Classes
- ApplicativeError
- def handleErrorWith[A](fa: CellDecoder[A])(f: (DecoderError) => CellDecoder[A]): CellDecoder[A]
- Definition Classes
- CellDecoderInstances → ApplicativeError
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def ifElseM[A](branches: (CellDecoder[Boolean], CellDecoder[A])*)(els: CellDecoder[A]): CellDecoder[A]
- Definition Classes
- Monad
- def ifF[A](fb: CellDecoder[Boolean])(ifTrue: => A, ifFalse: => A): CellDecoder[A]
- Definition Classes
- Functor
- def ifM[B](fa: CellDecoder[Boolean])(ifTrue: => CellDecoder[B], ifFalse: => CellDecoder[B]): CellDecoder[B]
- Definition Classes
- FlatMap
- def imap[A, B](fa: CellDecoder[A])(f: (A) => B)(g: (B) => A): CellDecoder[B]
- Definition Classes
- Functor → Invariant
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterateForeverM[A, B](a: A)(f: (A) => CellDecoder[A]): CellDecoder[B]
- Definition Classes
- FlatMap
- def iterateUntil[A](f: CellDecoder[A])(p: (A) => Boolean): CellDecoder[A]
- Definition Classes
- Monad
- def iterateUntilM[A](init: A)(f: (A) => CellDecoder[A])(p: (A) => Boolean): CellDecoder[A]
- Definition Classes
- Monad
- def iterateWhile[A](f: CellDecoder[A])(p: (A) => Boolean): CellDecoder[A]
- Definition Classes
- Monad
- def iterateWhileM[A](init: A)(f: (A) => CellDecoder[A])(p: (A) => Boolean): CellDecoder[A]
- Definition Classes
- Monad
- def lift[A, B](f: (A) => B): (CellDecoder[A]) => CellDecoder[B]
- Definition Classes
- Functor
- def map[A, B](fa: CellDecoder[A])(f: (A) => B): CellDecoder[B]
- Definition Classes
- CellDecoderInstances → Monad → Applicative → Functor
- def map10[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9) => Z): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def map11[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) => Z): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def map12[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11) => Z): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def map13[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12) => Z): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def map14[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13) => Z): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def map15[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14) => Z): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def map16[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15) => Z): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def map17[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15], f16: CellDecoder[A16])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16) => Z): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def map18[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15], f16: CellDecoder[A16], f17: CellDecoder[A17])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17) => Z): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def map19[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15], f16: CellDecoder[A16], f17: CellDecoder[A17], f18: CellDecoder[A18])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18) => Z): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def map2[A, B, Z](fa: CellDecoder[A], fb: CellDecoder[B])(f: (A, B) => Z): CellDecoder[Z]
- Definition Classes
- FlatMap → Apply
- def map20[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15], f16: CellDecoder[A16], f17: CellDecoder[A17], f18: CellDecoder[A18], f19: CellDecoder[A19])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19) => Z): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def map21[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15], f16: CellDecoder[A16], f17: CellDecoder[A17], f18: CellDecoder[A18], f19: CellDecoder[A19], f20: CellDecoder[A20])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20) => Z): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def map22[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15], f16: CellDecoder[A16], f17: CellDecoder[A17], f18: CellDecoder[A18], f19: CellDecoder[A19], f20: CellDecoder[A20], f21: CellDecoder[A21])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21) => Z): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def map2Eval[A, B, Z](fa: CellDecoder[A], fb: Eval[CellDecoder[B]])(f: (A, B) => Z): Eval[CellDecoder[Z]]
- Definition Classes
- FlatMap → Apply
- def map3[A0, A1, A2, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2])(f: (A0, A1, A2) => Z): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def map4[A0, A1, A2, A3, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3])(f: (A0, A1, A2, A3) => Z): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def map5[A0, A1, A2, A3, A4, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4])(f: (A0, A1, A2, A3, A4) => Z): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def map6[A0, A1, A2, A3, A4, A5, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5])(f: (A0, A1, A2, A3, A4, A5) => Z): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def map7[A0, A1, A2, A3, A4, A5, A6, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6])(f: (A0, A1, A2, A3, A4, A5, A6) => Z): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def map8[A0, A1, A2, A3, A4, A5, A6, A7, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7])(f: (A0, A1, A2, A3, A4, A5, A6, A7) => Z): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def map9[A0, A1, A2, A3, A4, A5, A6, A7, A8, Z](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8) => Z): CellDecoder[Z]
- Definition Classes
- ApplyArityFunctions
- def mproduct[A, B](fa: CellDecoder[A])(f: (A) => CellDecoder[B]): CellDecoder[(A, B)]
- Definition Classes
- FlatMap
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def onError[A](fa: CellDecoder[A])(pf: PartialFunction[DecoderError, CellDecoder[Unit]]): CellDecoder[A]
- Definition Classes
- ApplicativeError
- def point[A](a: A): CellDecoder[A]
- Definition Classes
- InvariantMonoidal
- def product[A, B](fa: CellDecoder[A], fb: CellDecoder[B]): CellDecoder[(A, B)]
- Definition Classes
- FlatMap → Apply → Semigroupal
- def productL[A, B](fa: CellDecoder[A])(fb: CellDecoder[B]): CellDecoder[A]
- Definition Classes
- FlatMap → Apply
- def productLEval[A, B](fa: CellDecoder[A])(fb: Eval[CellDecoder[B]]): CellDecoder[A]
- Definition Classes
- FlatMap
- def productR[A, B](fa: CellDecoder[A])(fb: CellDecoder[B]): CellDecoder[B]
- Definition Classes
- FlatMap → Apply
- def productREval[A, B](fa: CellDecoder[A])(fb: Eval[CellDecoder[B]]): CellDecoder[B]
- Definition Classes
- FlatMap
- def pure[A](x: A): CellDecoder[A]
- Definition Classes
- CellDecoderInstances → Applicative
- def raiseError[A](e: DecoderError): CellDecoder[A]
- Definition Classes
- CellDecoderInstances → ApplicativeError
- def raiseUnless(cond: Boolean)(e: => DecoderError): CellDecoder[Unit]
- Definition Classes
- ApplicativeError
- def raiseWhen(cond: Boolean)(e: => DecoderError): CellDecoder[Unit]
- Definition Classes
- ApplicativeError
- def recover[A](fa: CellDecoder[A])(pf: PartialFunction[DecoderError, A]): CellDecoder[A]
- Definition Classes
- ApplicativeError
- def recoverWith[A](fa: CellDecoder[A])(pf: PartialFunction[DecoderError, CellDecoder[A]]): CellDecoder[A]
- Definition Classes
- ApplicativeError
- def redeem[A, B](fa: CellDecoder[A])(recover: (DecoderError) => B, f: (A) => B): CellDecoder[B]
- Definition Classes
- ApplicativeError
- def redeemWith[A, B](fa: CellDecoder[A])(recover: (DecoderError) => CellDecoder[B], bind: (A) => CellDecoder[B]): CellDecoder[B]
- Definition Classes
- MonadError
- def repeatedCombineNK[A](a: CellDecoder[A], n: Int): CellDecoder[A]
- Attributes
- protected[this]
- Definition Classes
- SemigroupK
- def replicateA[A](n: Int, fa: CellDecoder[A]): CellDecoder[List[A]]
- Definition Classes
- Applicative
- def replicateA_[A](n: Int, fa: CellDecoder[A]): CellDecoder[Unit]
- Definition Classes
- Applicative
- def rethrow[A, EE <: DecoderError](fa: CellDecoder[Either[EE, A]]): CellDecoder[A]
- Definition Classes
- MonadError
- def reverse: SemigroupK[CellDecoder]
- Definition Classes
- SemigroupK
- def sum[A, B](fa: CellDecoder[A], fb: CellDecoder[B])(implicit F: Functor[CellDecoder]): CellDecoder[Either[A, B]]
- Definition Classes
- SemigroupK
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tailRecM[A, B](a: A)(f: (A) => CellDecoder[Either[A, B]]): CellDecoder[B]
- Definition Classes
- CellDecoderInstances → FlatMap
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tuple10[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9]): CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9)]
- Definition Classes
- ApplyArityFunctions
- def tuple11[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10]): CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)]
- Definition Classes
- ApplyArityFunctions
- def tuple12[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11]): CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11)]
- Definition Classes
- ApplyArityFunctions
- def tuple13[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12]): CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12)]
- Definition Classes
- ApplyArityFunctions
- def tuple14[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13]): CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13)]
- Definition Classes
- ApplyArityFunctions
- def tuple15[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14]): CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14)]
- Definition Classes
- ApplyArityFunctions
- def tuple16[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15]): CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15)]
- Definition Classes
- ApplyArityFunctions
- def tuple17[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15], f16: CellDecoder[A16]): CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16)]
- Definition Classes
- ApplyArityFunctions
- def tuple18[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15], f16: CellDecoder[A16], f17: CellDecoder[A17]): CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17)]
- Definition Classes
- ApplyArityFunctions
- def tuple19[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15], f16: CellDecoder[A16], f17: CellDecoder[A17], f18: CellDecoder[A18]): CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18)]
- Definition Classes
- ApplyArityFunctions
- def tuple2[A, B](f1: CellDecoder[A], f2: CellDecoder[B]): CellDecoder[(A, B)]
- Definition Classes
- ApplyArityFunctions
- def tuple20[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15], f16: CellDecoder[A16], f17: CellDecoder[A17], f18: CellDecoder[A18], f19: CellDecoder[A19]): CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19)]
- Definition Classes
- ApplyArityFunctions
- def tuple21[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15], f16: CellDecoder[A16], f17: CellDecoder[A17], f18: CellDecoder[A18], f19: CellDecoder[A19], f20: CellDecoder[A20]): CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20)]
- Definition Classes
- ApplyArityFunctions
- def tuple22[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8], f9: CellDecoder[A9], f10: CellDecoder[A10], f11: CellDecoder[A11], f12: CellDecoder[A12], f13: CellDecoder[A13], f14: CellDecoder[A14], f15: CellDecoder[A15], f16: CellDecoder[A16], f17: CellDecoder[A17], f18: CellDecoder[A18], f19: CellDecoder[A19], f20: CellDecoder[A20], f21: CellDecoder[A21]): CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21)]
- Definition Classes
- ApplyArityFunctions
- def tuple3[A0, A1, A2](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2]): CellDecoder[(A0, A1, A2)]
- Definition Classes
- ApplyArityFunctions
- def tuple4[A0, A1, A2, A3](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3]): CellDecoder[(A0, A1, A2, A3)]
- Definition Classes
- ApplyArityFunctions
- def tuple5[A0, A1, A2, A3, A4](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4]): CellDecoder[(A0, A1, A2, A3, A4)]
- Definition Classes
- ApplyArityFunctions
- def tuple6[A0, A1, A2, A3, A4, A5](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5]): CellDecoder[(A0, A1, A2, A3, A4, A5)]
- Definition Classes
- ApplyArityFunctions
- def tuple7[A0, A1, A2, A3, A4, A5, A6](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6]): CellDecoder[(A0, A1, A2, A3, A4, A5, A6)]
- Definition Classes
- ApplyArityFunctions
- def tuple8[A0, A1, A2, A3, A4, A5, A6, A7](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7]): CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7)]
- Definition Classes
- ApplyArityFunctions
- def tuple9[A0, A1, A2, A3, A4, A5, A6, A7, A8](f0: CellDecoder[A0], f1: CellDecoder[A1], f2: CellDecoder[A2], f3: CellDecoder[A3], f4: CellDecoder[A4], f5: CellDecoder[A5], f6: CellDecoder[A6], f7: CellDecoder[A7], f8: CellDecoder[A8]): CellDecoder[(A0, A1, A2, A3, A4, A5, A6, A7, A8)]
- Definition Classes
- ApplyArityFunctions
- def tupleLeft[A, B](fa: CellDecoder[A], b: B): CellDecoder[(B, A)]
- Definition Classes
- Functor
- def tupleRight[A, B](fa: CellDecoder[A], b: B): CellDecoder[(A, B)]
- Definition Classes
- Functor
- def unit: CellDecoder[Unit]
- Definition Classes
- Applicative → InvariantMonoidal
- def unlessA[A](cond: Boolean)(f: => CellDecoder[A]): CellDecoder[Unit]
- Definition Classes
- Applicative
- def untilDefinedM[A](foa: CellDecoder[Option[A]]): CellDecoder[A]
- Definition Classes
- FlatMap
- def untilM[G[_], A](f: CellDecoder[A])(cond: => CellDecoder[Boolean])(implicit G: Alternative[G]): CellDecoder[G[A]]
- Definition Classes
- Monad
- def untilM_[A](f: CellDecoder[A])(cond: => CellDecoder[Boolean]): CellDecoder[Unit]
- Definition Classes
- Monad
- def unzip[A, B](fab: CellDecoder[(A, B)]): (CellDecoder[A], CellDecoder[B])
- Definition Classes
- Functor
- def void[A](fa: CellDecoder[A]): CellDecoder[Unit]
- Definition Classes
- Functor
- def voidError(fu: CellDecoder[Unit]): CellDecoder[Unit]
- Definition Classes
- ApplicativeError
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def whenA[A](cond: Boolean)(f: => CellDecoder[A]): CellDecoder[Unit]
- Definition Classes
- Applicative
- def whileM[G[_], A](p: CellDecoder[Boolean])(body: => CellDecoder[A])(implicit G: Alternative[G]): CellDecoder[G[A]]
- Definition Classes
- Monad
- def whileM_[A](p: CellDecoder[Boolean])(body: => CellDecoder[A]): CellDecoder[Unit]
- Definition Classes
- Monad
- def widen[A, B >: A](fa: CellDecoder[A]): CellDecoder[B]
- Definition Classes
- Functor
Deprecated Value Members
- def ifA[A](fcond: CellDecoder[Boolean])(ifTrue: CellDecoder[A], ifFalse: CellDecoder[A]): CellDecoder[A]
- Definition Classes
- Apply
- Annotations
- @deprecated
- Deprecated
(Since version 2.6.2) Dangerous method, use ifM (a flatMap) or ifF (a map) instead