ZipLeft

final case class ZipLeft[A, B, C, M[_], U](todoRight: Computation[B, U], next: Step[(A, B), C, M, U]) extends Step[A, C, M, U]
trait Serializable
trait Product
trait Equals
trait Step[A, C, M, U]
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product