object ZPure extends ZPureLowPriorityImplicits with ZPureArities
- Alphabetic
- By Inheritance
- ZPure
- ZPureArities
- ZPureLowPriorityImplicits
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- abstract class CanFilter[+E] extends AnyRef
- Annotations
- @implicitNotFound()
- final class EnvironmentWithPartiallyApplied[R] extends AnyVal
- final class EnvironmentWithPurePartiallyApplied[R] extends AnyVal
- sealed trait FlagType extends AnyRef
- final class ServiceWithPartiallyApplied[R] extends AnyVal
- final class ServiceWithPurePartiallyApplied[R] extends AnyVal
- implicit final class ZPureRefineToOrDieOps[W, S1, S2, R, E <: Throwable, A] extends AnyRef
- implicit final class ZPureWithFilterOps[W, S1, S2, R, E, A] extends AnyVal
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
- implicit def ZPureCommutativeBoth[W, S, R, E]: CommutativeBoth[[+A]ZPure[W, S, S, R, E, A]]
The
CommutativeBothinstance forZPure.The
CommutativeBothinstance forZPure.- Definition Classes
- ZPureLowPriorityImplicits
- implicit def ZPureCovariant[W, S1, S2, R, E]: Covariant[[+A]ZPure[W, S1, S2, R, E, A]]
The
Covariantinstance forZPure. - implicit def ZPureIdentityBoth[W, S, R, E]: IdentityBoth[[+A]ZPure[W, S, S, R, E, A]]
The
IdentityBothinstance forZPure. - implicit def ZPureIdentityFlatten[W, S, R, E]: IdentityFlatten[[+A]ZPure[W, S, S, R, E, A]]
The
IdentityFlatteninstance forZPure. - final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attempt[S, A](a: => A): ZPure[Nothing, S, S, Any, Throwable, A]
Constructs a computation, catching any
Throwablethat is thrown. - def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def collectAll[F[+_], W, S, R, E, A](fa: F[ZPure[W, S, S, R, E, A]])(implicit arg0: ForEach[F]): ZPure[W, S, S, R, E, F[A]]
Combines a collection of computations into a single computation that passes the updated state from each computation to the next and collects the results.
- def environment[S, R]: ZPure[Nothing, S, S, R, Nothing, ZEnvironment[R]]
Accesses the whole environment of the computation.
- def environmentWith[R]: EnvironmentWithPartiallyApplied[R]
Accesses the environment of the computation.
- def environmentWithPure[R]: EnvironmentWithPurePartiallyApplied[R]
Accesses the environment of the computation in the context of a computation.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fail[E](e: E): ZPure[Nothing, Any, Nothing, Any, E, Nothing]
- def failCause[E](cause: Cause[E]): ZPure[Nothing, Any, Nothing, Any, E, Nothing]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def forEach[F[+_], W, S, R, E, A, B](fa: F[A])(f: (A) => ZPure[W, S, S, R, E, B])(implicit arg0: ForEach[F]): ZPure[W, S, S, R, E, F[B]]
Maps each element of a collection to a computation and combines them all into a single computation that passes the updated state from each computation to the next and collects the results.
- def fromEither[S, L, R](either: Either[L, R]): ZPure[Nothing, S, S, Any, L, R]
Constructs a computation from an
Either. - def fromOption[S, A](option: Option[A]): ZPure[Nothing, S, S, Any, Unit, A]
Constructs a computation from an
Option. - def fromPredicate[A](value: A)(f: (A) => Boolean): Validation[None.type, A]
Constructs a
Validationfrom a predicate, failing with None. - def fromPredicateWith[E, A](error: => E)(value: A)(f: (A) => Boolean): Validation[E, A]
Constructs a
Validationfrom a predicate, failing with the error provided. - def fromTry[S, A](t: Try[A]): ZPure[Nothing, S, S, Any, Throwable, A]
Constructs a computation from a
scala.util.Try. - def get[S]: ZPure[Nothing, S, S, Any, Nothing, S]
Constructs a computation that returns the initial state unchanged.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def log[S, W](w: W): ZPure[W, S, S, Any, Nothing, Unit]
- def mapN[W, S, R, E, A, B, C](left: ZPure[W, S, S, R, E, A], right: ZPure[W, S, S, R, E, B])(f: (A, B) => C): ZPure[W, S, S, R, E, C]
Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail. - def mapN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15], zPure17: ZPure[W, S, S, R, E, A16], zPure18: ZPure[W, S, S, R, E, A17], zPure19: ZPure[W, S, S, R, E, A18], zPure20: ZPure[W, S, S, R, E, A19], zPure21: ZPure[W, S, S, R, E, A20], zPure22: ZPure[W, S, S, R, E, A21])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def mapN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15], zPure17: ZPure[W, S, S, R, E, A16], zPure18: ZPure[W, S, S, R, E, A17], zPure19: ZPure[W, S, S, R, E, A18], zPure20: ZPure[W, S, S, R, E, A19], zPure21: ZPure[W, S, S, R, E, A20])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def mapN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15], zPure17: ZPure[W, S, S, R, E, A16], zPure18: ZPure[W, S, S, R, E, A17], zPure19: ZPure[W, S, S, R, E, A18], zPure20: ZPure[W, S, S, R, E, A19])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def mapN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15], zPure17: ZPure[W, S, S, R, E, A16], zPure18: ZPure[W, S, S, R, E, A17], zPure19: ZPure[W, S, S, R, E, A18])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def mapN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15], zPure17: ZPure[W, S, S, R, E, A16], zPure18: ZPure[W, S, S, R, E, A17])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def mapN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15], zPure17: ZPure[W, S, S, R, E, A16])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def mapN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def mapN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def mapN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def mapN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def mapN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def mapN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def mapN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def mapN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def mapN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7])(f: (A0, A1, A2, A3, A4, A5, A6, A7) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def mapN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6])(f: (A0, A1, A2, A3, A4, A5, A6) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def mapN[W, S, R, E, A0, A1, A2, A3, A4, A5, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5])(f: (A0, A1, A2, A3, A4, A5) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def mapN[W, S, R, E, A0, A1, A2, A3, A4, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4])(f: (A0, A1, A2, A3, A4) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def mapN[W, S, R, E, A0, A1, A2, A3, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3])(f: (A0, A1, A2, A3) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def mapN[W, S, R, E, A0, A1, A2, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2])(f: (A0, A1, A2) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def mapParN[W, S, R, E, A, B, C](left: ZPure[W, S, S, R, E, A], right: ZPure[W, S, S, R, E, B])(f: (A, B) => C): ZPure[W, S, S, R, E, C]
Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail. - def mapParN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15], zPure17: ZPure[W, S, S, R, E, A16], zPure18: ZPure[W, S, S, R, E, A17], zPure19: ZPure[W, S, S, R, E, A18], zPure20: ZPure[W, S, S, R, E, A19], zPure21: ZPure[W, S, S, R, E, A20], zPure22: ZPure[W, S, S, R, E, A21])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def mapParN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15], zPure17: ZPure[W, S, S, R, E, A16], zPure18: ZPure[W, S, S, R, E, A17], zPure19: ZPure[W, S, S, R, E, A18], zPure20: ZPure[W, S, S, R, E, A19], zPure21: ZPure[W, S, S, R, E, A20])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def mapParN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15], zPure17: ZPure[W, S, S, R, E, A16], zPure18: ZPure[W, S, S, R, E, A17], zPure19: ZPure[W, S, S, R, E, A18], zPure20: ZPure[W, S, S, R, E, A19])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def mapParN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15], zPure17: ZPure[W, S, S, R, E, A16], zPure18: ZPure[W, S, S, R, E, A17], zPure19: ZPure[W, S, S, R, E, A18])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def mapParN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15], zPure17: ZPure[W, S, S, R, E, A16], zPure18: ZPure[W, S, S, R, E, A17])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def mapParN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15], zPure17: ZPure[W, S, S, R, E, A16])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def mapParN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def mapParN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def mapParN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def mapParN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def mapParN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def mapParN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def mapParN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def mapParN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def mapParN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7])(f: (A0, A1, A2, A3, A4, A5, A6, A7) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def mapParN[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6])(f: (A0, A1, A2, A3, A4, A5, A6) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def mapParN[W, S, R, E, A0, A1, A2, A3, A4, A5, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5])(f: (A0, A1, A2, A3, A4, A5) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def mapParN[W, S, R, E, A0, A1, A2, A3, A4, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4])(f: (A0, A1, A2, A3, A4) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def mapParN[W, S, R, E, A0, A1, A2, A3, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3])(f: (A0, A1, A2, A3) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def mapParN[W, S, R, E, A0, A1, A2, B](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2])(f: (A0, A1, A2) => B): ZPure[W, S, S, R, E, B]
Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues using the functionf, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def modify[S1, S2, A](f: (S1) => (A, S2)): ZPure[Nothing, S1, S2, Any, Nothing, A]
Constructs a computation from the specified modify function.
- def modifyEither[S1, S2, E, A](f: (S1) => Either[E, (A, S2)]): ZPure[Nothing, S1, S2, Any, E, A]
Constructs a computation that may fail from the specified modify function.
- 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 service[S, R](implicit arg0: Tag[R]): ZPure[Nothing, S, S, R, Nothing, R]
Accesses the specified service in the environment of the computation.
- def serviceWith[R]: ServiceWithPartiallyApplied[R]
Accesses the specified service in the environment of the computation.
- def serviceWithPure[R]: ServiceWithPurePartiallyApplied[R]
Accesses the specified service in the environment of the computation in the context of a computation.
- def set[S](s: S): ZPure[Nothing, Any, S, Any, Nothing, Unit]
Constructs a computation that sets the state to the specified value.
- def succeed[S, A](a: A): ZPure[Nothing, S, S, Any, Nothing, A]
Constructs a computation that always succeeds with the specified value, passing the state through unchanged.
- def suspend[W, S1, S2, R, E, A](pure: => ZPure[W, S1, S2, R, E, A]): ZPure[W, S1, S2, R, E, A]
Returns a lazily constructed computation, whose construction may itself require effects.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tupled[W, S, R, E, A, B](left: ZPure[W, S, S, R, E, A], right: ZPure[W, S, S, R, E, B]): ZPure[W, S, S, R, E, (A, B)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail. - def tupled[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15], zPure17: ZPure[W, S, S, R, E, A16], zPure18: ZPure[W, S, S, R, E, A17], zPure19: ZPure[W, S, S, R, E, A18], zPure20: ZPure[W, S, S, R, E, A19], zPure21: ZPure[W, S, S, R, E, A20], zPure22: ZPure[W, S, S, R, E, A21]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def tupled[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15], zPure17: ZPure[W, S, S, R, E, A16], zPure18: ZPure[W, S, S, R, E, A17], zPure19: ZPure[W, S, S, R, E, A18], zPure20: ZPure[W, S, S, R, E, A19], zPure21: ZPure[W, S, S, R, E, A20]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def tupled[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15], zPure17: ZPure[W, S, S, R, E, A16], zPure18: ZPure[W, S, S, R, E, A17], zPure19: ZPure[W, S, S, R, E, A18], zPure20: ZPure[W, S, S, R, E, A19]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def tupled[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15], zPure17: ZPure[W, S, S, R, E, A16], zPure18: ZPure[W, S, S, R, E, A17], zPure19: ZPure[W, S, S, R, E, A18]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def tupled[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15], zPure17: ZPure[W, S, S, R, E, A16], zPure18: ZPure[W, S, S, R, E, A17]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def tupled[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15], zPure17: ZPure[W, S, S, R, E, A16]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def tupled[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def tupled[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def tupled[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def tupled[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def tupled[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def tupled[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def tupled[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def tupled[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def tupled[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def tupled[W, S, R, E, A0, A1, A2, A3, A4, A5, A6](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def tupled[W, S, R, E, A0, A1, A2, A3, A4, A5](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def tupled[W, S, R, E, A0, A1, A2, A3, A4](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def tupled[W, S, R, E, A0, A1, A2, A3](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3]): ZPure[W, S, S, R, E, (A0, A1, A2, A3)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def tupled[W, S, R, E, A0, A1, A2](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2]): ZPure[W, S, S, R, E, (A0, A1, A2)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the first error if any fail.- Definition Classes
- ZPureArities
- def tupledPar[W, S, R, E, A0, A1](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1]): ZPure[W, S, S, R, E, (A0, A1)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail. - def tupledPar[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15], zPure17: ZPure[W, S, S, R, E, A16], zPure18: ZPure[W, S, S, R, E, A17], zPure19: ZPure[W, S, S, R, E, A18], zPure20: ZPure[W, S, S, R, E, A19], zPure21: ZPure[W, S, S, R, E, A20], zPure22: ZPure[W, S, S, R, E, A21]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def tupledPar[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15], zPure17: ZPure[W, S, S, R, E, A16], zPure18: ZPure[W, S, S, R, E, A17], zPure19: ZPure[W, S, S, R, E, A18], zPure20: ZPure[W, S, S, R, E, A19], zPure21: ZPure[W, S, S, R, E, A20]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def tupledPar[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15], zPure17: ZPure[W, S, S, R, E, A16], zPure18: ZPure[W, S, S, R, E, A17], zPure19: ZPure[W, S, S, R, E, A18], zPure20: ZPure[W, S, S, R, E, A19]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def tupledPar[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15], zPure17: ZPure[W, S, S, R, E, A16], zPure18: ZPure[W, S, S, R, E, A17], zPure19: ZPure[W, S, S, R, E, A18]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def tupledPar[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15], zPure17: ZPure[W, S, S, R, E, A16], zPure18: ZPure[W, S, S, R, E, A17]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def tupledPar[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15], zPure17: ZPure[W, S, S, R, E, A16]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def tupledPar[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14], zPure16: ZPure[W, S, S, R, E, A15]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def tupledPar[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13], zPure15: ZPure[W, S, S, R, E, A14]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def tupledPar[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12], zPure14: ZPure[W, S, S, R, E, A13]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def tupledPar[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11], zPure13: ZPure[W, S, S, R, E, A12]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def tupledPar[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10], zPure12: ZPure[W, S, S, R, E, A11]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def tupledPar[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9], zPure11: ZPure[W, S, S, R, E, A10]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def tupledPar[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8], zPure10: ZPure[W, S, S, R, E, A9]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def tupledPar[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7, A8](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7], zPure9: ZPure[W, S, S, R, E, A8]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7, A8)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def tupledPar[W, S, R, E, A0, A1, A2, A3, A4, A5, A6, A7](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6], zPure8: ZPure[W, S, S, R, E, A7]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6, A7)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def tupledPar[W, S, R, E, A0, A1, A2, A3, A4, A5, A6](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5], zPure7: ZPure[W, S, S, R, E, A6]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5, A6)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def tupledPar[W, S, R, E, A0, A1, A2, A3, A4, A5](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4], zPure6: ZPure[W, S, S, R, E, A5]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4, A5)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def tupledPar[W, S, R, E, A0, A1, A2, A3, A4](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3], zPure5: ZPure[W, S, S, R, E, A4]): ZPure[W, S, S, R, E, (A0, A1, A2, A3, A4)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def tupledPar[W, S, R, E, A0, A1, A2, A3](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2], zPure4: ZPure[W, S, S, R, E, A3]): ZPure[W, S, S, R, E, (A0, A1, A2, A3)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def tupledPar[W, S, R, E, A0, A1, A2](zPure1: ZPure[W, S, S, R, E, A0], zPure2: ZPure[W, S, S, R, E, A1], zPure3: ZPure[W, S, S, R, E, A2]): ZPure[W, S, S, R, E, (A0, A1, A2)]
Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.Combines the results of the specified
ZPurevalues into a tuple, failing with the accumulation of all errors if any fail.- Definition Classes
- ZPureArities
- def unit[S]: ZPure[Nothing, S, S, Any, Nothing, Unit]
Constructs a computation that always returns the
Unitvalue, passing the state through unchanged. - def update[S1, S2](f: (S1) => S2): ZPure[Nothing, S1, S2, Any, Nothing, Unit]
Constructs a computation from the specified update function.
- 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()
- object CanFilter
- object FlagType