StrongZippable

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

Attributes

Graph
Supertypes
trait Unzippable[|*|, F]
trait Zippable[|*|, F]
class Object
trait Matchable
class Any

Members list

Type members

Inherited classlikes

object Unzip

Attributes

Inherited from:
Unzippable
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited and Abstract methods

def unzip[A, B](fab: F[A |*| B]): (F[A], F[B])

Attributes

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

Attributes

Inherited from:
Zippable

Extensions

Inherited extensions

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

Attributes

Inherited from:
Zippable