Gathered

final case class Gathered[M[_], F[_], S, A](algebra: GAlgebraM[M, F, S, A], gather: (F, S) => A)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def zip[B, T](that: Gathered[M, F, T, B])(implicit M: Semigroupal[M], F: Functor[F]): Gathered[M, F, (S, T), (A, B)]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product