Zip4

harness.core.Zip4$
See theZip4 companion trait
object Zip4

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Zip4.type

Members list

Type members

Types

type Out[In1, In2, In3, In4, O] = Zip4[In1, In2, In3, In4] { type Out = O; }

Value members

Concrete methods

def apply[In1, In2, In3, In4](implicit zip: Zip4[In1, In2, In3, In4]): Zip4[In1, In2, In3, In4]

Implicits

Implicits

implicit def make[In1, In2, In3, O1, In4, O2](implicit z1: Out[In1, In2, In3, O1], z2: Out[O1, In4, O2]): Out[In1, In2, In3, In4, O2]