trait
Zip[F[_]] extends AnyRef
Type Members
-
Abstract Value Members
-
abstract
def
zip[A, B](a: ⇒ F[A], b: ⇒ F[B]): F[(A, B)]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
ap(implicit F: Functor[F]): Apply[F]
-
def
apzip[A, B](f: ⇒ (F[A]) ⇒ F[B], a: ⇒ F[A]): F[(A, B)]
-
def
apzipPL[A, B](f: ⇒ @?>[F[A], F[B]], a: ⇒ F[A])(implicit M: Monoid[F[B]]): F[(A, B)]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
compose[G[_]](implicit T0: Functor[F], G0: Zip[G]): Zip[[α]F[G[α]]]
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
product[G[_]](implicit G0: Zip[G]): Zip[[α](F[α], G[α])]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
-
-
def
zipWith[A, B, C](fa: ⇒ F[A], fb: ⇒ F[B])(f: (A, B) ⇒ C)(implicit F: Functor[F]): F[C]