ParallelOps

izumi.functional.bio.syntax.Syntax3$.ParallelOps
class ParallelOps[FR[_, _, _], -R, +E, +A](val r: FR[R, E, A])(implicit val F: Parallel3[FR])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ConcurrentOps[FR, R, E, A]

Members list

Concise view

Value members

Concrete methods

final def zipPar[R1 <: R, E1 >: E, B](that: FR[R1, E1, B]): FR[R1, E1, (A, B)]
final def zipParLeft[R1 <: R, E1 >: E, B](that: FR[R1, E1, B]): FR[R1, E1, A]
final def zipParRight[R1 <: R, E1 >: E, B](that: FR[R1, E1, B]): FR[R1, E1, B]
final def zipWithPar[R1 <: R, E1 >: E, B, C](that: FR[R1, E1, B])(f: (A, B) => C): FR[R1, E1, C]