Packages

p

scalan

util

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class MemoizedFunc extends AnyRef

    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

Value Members

  1. object CollectionUtil
  2. object Contravariant extends Variance with Product with Serializable
  3. object Covariant extends Variance with Product with Serializable
  4. object Extensions
  5. object GraphUtil
  6. object Invariant extends Variance with Product with Serializable
  7. object StringUtil

Ungrouped