org.specs2.internal.scalaz

Reducers

trait Reducers extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Reducers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

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

    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]

  24. def ShortProductReducer: Reducer[Short, ShortMultiplication]

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

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

  27. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  28. def clone(): AnyRef

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

    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. final def getClass(): Class[_]

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

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

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

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

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

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

    Definition Classes
    AnyRef
  39. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any