Strong

object Strong
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
def apply[F[_, _]](implicit F: Strong[F]): Strong[F]
def fromIso[F[_, _], G[_, _]](D: IsoBifunctor[F, G])(implicit E: Strong[G]): Strong[F]
def uncurry[F[_, _], A, B, C](fa: F[A, B => C])(implicit F: Strong[F]): F[(A, B), C]