Zip3

harness.core.Zip3$
See theZip3 companion trait
object Zip3

Attributes

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

Members list

Type members

Types

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

Value members

Concrete methods

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

Implicits

Implicits

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