LxFunctionExtension<T> extension

Extension to create LxComputed from a synchronous function.

on
  • T Function()

Properties

lx LxComputed<T>

Available on T Function(), provided by the LxFunctionExtension extension

Transforms this function into a LxComputed value.
no setter
lxStatic LxComputed<T>

Available on T Function(), provided by the LxFunctionExtension extension

Transforms this function into a LxComputed value with static dependencies.
no setter