Package

scalan

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. class MemoizedFunc extends AnyRef

    Permalink

    Transforms a given function into memoized equivalent function.

    Transforms a given function into memoized equivalent function. Memoization is implemented by computing function f only once for each argument value and storing computed result in a hash table, so that it can be later retrieved on repeated invocations with the same argument. The cache of computed results can be cleared by calling reset.

  2. sealed trait Variance extends Product with Serializable

    Permalink

Value Members

  1. object CollectionUtil

    Permalink
  2. object Contravariant extends Variance with Product with Serializable

    Permalink
  3. object Covariant extends Variance with Product with Serializable

    Permalink
  4. object Extensions

    Permalink
  5. object GraphUtil

    Permalink
  6. object Invariant extends Variance with Product with Serializable

    Permalink
  7. object StringUtil

    Permalink

Ungrouped