StratifiedAggregator

trait StratifiedAggregator[B, A] extends (B, A, Int) => B
trait (B, A, Int) => B
class Object
trait Matchable
class Any

Value members

Inherited methods

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