final
class
GAlgebraM[M[_], F[_], S, A] extends AnyVal
Instance Constructors
-
new
GAlgebraM(run: (F[S]) ⇒ M[A])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
apply(fs: F[S]): M[A]
-
final
def
asInstanceOf[T0]: T0
-
def
gather(gather: Gather[F, S, A]): Gathered[M, F, S, A]
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
val
run: (F[S]) ⇒ M[A]
-
def
toString(): String
-
def
zip[T, B](that: GAlgebraM[M, F, T, B])(implicit M: Semigroupal[M], F: Functor[F]): GAlgebraM[M, F, (S, T), (A, B)]