Package

com.rklaehn

persistentsummary

Permalink

package persistentsummary

Visibility
  1. Public
  2. All

Type Members

  1. trait Summary[A, S] extends AnyRef

    Permalink

    Typeclass for summaries.

    Typeclass for summaries.

    The empty element and the combine operation must form a monoid.

    A

    the element type

    S

    the summary type

Value Members

  1. object PersistentSummary

    Permalink

    Creates persistent summaries for various collection types.

    Creates persistent summaries for various collection types. The return value of these methods must be stored somewhere for the summaries calculated by it to be persistent. The underlying implementation uses a guava cache with weak keys.

    https://code.google.com/p/guava-libraries/wiki/CachesExplained

Ungrouped