Reducer

play.api.libs.functional.Reducer
See theReducer companion trait
object Reducer

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Reducer.type

Members list

Value members

Concrete methods

def apply[A, B](f: A => B)(implicit m: Monoid[B]): Reducer[A, B]