scalaz

Reducers

trait Reducers extends AnyRef

Source
Reducer.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Reducers
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def AllReducer : Reducer[Boolean, BooleanConjunction]

  7. def AnyReducer : Reducer[Boolean, Boolean]

  8. def BigIntProductReducer : Reducer[BigInt, BigIntMultiplication]

  9. def BigIntegerProductReducer : Reducer[BigInteger, BigIntegerMultiplication]

  10. def ByteProductReducer : Reducer[Byte, ByteMultiplication]

  11. def CharProductReducer : Reducer[Char, CharMultiplication]

  12. def DualReducer [A] (implicit arg0: Monoid[A]): Reducer[A, Dual[A]]

  13. def EndoReducer [A] : Reducer[(A) ⇒ A, Endo[A]]

  14. def FirstOptionReducer [A] : Reducer[Option[A], FirstOption[A]]

  15. def FirstReducer [A] : Reducer[A, FirstOption[A]]

  16. def IntProductReducer : Reducer[Int, IntMultiplication]

  17. def LastOptionReducer [A] : Reducer[Option[A], LastOption[A]]

  18. def LastReducer [A] : Reducer[A, LastOption[A]]

  19. def ListReducer [C] : Reducer[C, List[C]]

  20. def LongProductReducer : Reducer[Long, LongMultiplication]

  21. def Reducer [M] (implicit arg0: Monoid[M]): Reducer[M, M]

  22. def Reducer [C, M] (unit: (C) ⇒ M)(implicit arg0: Monoid[M]): Reducer[C, M]

    Construct a Reducer with the given unit function and monoid

  23. implicit def ReducerMonoid [C, M] (r: Reducer[C, M]): Monoid[M]

    Attributes
    implicit
  24. def ShortProductReducer : Reducer[Short, ShortMultiplication]

  25. def StreamReducer [C] : Reducer[C, Stream[C]]

  26. def UnitReducer [C] : Reducer[C, Unit]

  27. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  28. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  30. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  31. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  33. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  34. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  35. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  36. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  37. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  38. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  39. def toString (): String

    Definition Classes
    AnyRef → Any
  40. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  41. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  42. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any