trait
Unzip[F[_]] extends AnyRef
Abstract Value Members
-
abstract
def
unzip[A, B](a: F[(A, B)]): (F[A], F[B])
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
compose[G[_]](implicit T0: Functor[F], G0: Unzip[G]): Unzip[[α]F[G[α]]]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
firsts[A, B](a: F[(A, B)]): F[A]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
product[G[_]](implicit G0: Unzip[G]): Unzip[[α](F[α], G[α])]
-
def
seconds[A, B](a: F[(A, B)]): F[B]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
unzip3[A, B, C](x: F[(A, (B, C))]): (F[A], F[B], F[C])
-
def
unzip4[A, B, C, D](x: F[(A, (B, (C, D)))]): (F[A], F[B], F[C], F[D])
-
def
unzip5[A, B, C, D, E](x: F[(A, (B, (C, (D, E))))]): (F[A], F[B], F[C], F[D], F[E])
-
def
unzip6[A, B, C, D, E, G](x: F[(A, (B, (C, (D, (E, G)))))]): (F[A], F[B], F[C], F[D], F[E], F[G])
-
def
unzip7[A, B, C, D, E, G, H](x: F[(A, (B, (C, (D, (E, (G, H))))))]): (F[A], F[B], F[C], F[D], F[E], F[G], F[H])
-
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any