Gathered

final case class Gathered[F[_], S, A](algebra: GAlgebra[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[F, T, B])(implicit ev: Functor[F]): Gathered[F, (S, T), (A, B)]

Inherited methods

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