Zippable

libretto.lambda.Zippable
trait Zippable[|*|[_, _], F[_]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait StrongZippable[|*|, F]
Self type
Zippable[|*|, F]

Members list

Value members

Abstract methods

def zip[A, B](fa: F[A], fb: F[B]): F[A |*| B]

Extensions

Extensions

extension [A](fa: F[A])
infix def zip[B](fb: F[B]): F[A |*| B]