Package

org.isarnproject

algebraAPI

Permalink

package algebraAPI

Visibility
  1. Public
  2. All

Type Members

  1. trait AggregatorAPI[M, D] extends Serializable

    Permalink

    Defines aggregation (aka map-reduce) on a monoidal aggregating type M and data type D

  2. trait MonoidAPI[A] extends SemigroupAPI[A]

    Permalink
  3. trait SemigroupAPI[A] extends Serializable

    Permalink

    A semigroup is any type A with an associative operation (combine).

    A semigroup is any type A with an associative operation (combine). This object defines the combine option for some type A

Ungrouped