Zip5

harness.core.Zip5$
See theZip5 companion trait
object Zip5

Attributes

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

Members list

Type members

Types

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

Value members

Concrete methods

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

Implicits

Implicits

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