Aggregator

trait Aggregator[B, A] extends (B, A) => B

Represents the kind of function that one passes to foldLeft, as a typeclass.

Companion:
object
trait (B, A) => B
class Object
trait Matchable
class Any
trait MonoidAggregator[B, A]

Value members

Inherited methods

def apply(v1: B, v2: A): B
Inherited from:
Function2
@unspecialized
def curried: B => A => B
Inherited from:
Function2
override def toString(): String
Definition Classes
Function2 -> Any
Inherited from:
Function2
@unspecialized
def tupled: (B, A) => B
Inherited from:
Function2