ZipRight

final case class ZipRight[A, B, C, M[_], U](doneLeft: M[A], next: Step[(A, B), C, M, U]) extends Step[B, C, M, U]
trait Serializable
trait Product
trait Equals
trait Step[B, 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