Reducer

play.api.libs.functional.Reducer
See theReducer companion object
trait Reducer[A, B]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def append(b: B, a: A): B
def prepend(a: A, b: B): B
def unit(a: A): B