FoldableOps

final case class FoldableOps[F[_], A](fa: F[A]) extends AnyVal
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def aggregateLeft[B](b: B)(implicit agg: Aggregator[B, A], F: Foldable[F]): B

Like foldLeft, but allows the function to be resolved implicitly.

Like foldLeft, but allows the function to be resolved implicitly.

Inherited methods

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