DontMemoize


  • Cmn
    @Retention(value = AnnotationRetention.SOURCE)
    @Target(allowedTargets = [AnnotationTarget.EXPRESSION])
    annotation DontMemoize

Mark a lambda in composition to opt out of auto-memoization. This annotation can be applied to individual lambdas e.g. val foo = @DontMemoize { ... }

Summary

Public constructors

Cmn

Public constructors

DontMemoize

DontMemoize()