Merge

oxygen.meta.CaseExtractor.Zip.Merge
final case class Merge[I1, I2, _I3, R1, R2, _R3](mergePattern: (Pattern[R1], Pattern[R2]) => Pattern[_R3]) extends Zip[I1, I2, R1, R2]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Zip[I1, I2, R1, R2]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

override type I3 = _I3
override type R3 = _R3

Value members

Concrete methods

override def zip(_1: CaseExtractor[I1, R1], _2: CaseExtractor[I2, R2]): CaseExtractor[_I3, _R3]

Attributes

Definition Classes
Zip

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product