LxAsyncFunctionExtension<T> extension

Extension to create LxAsyncComputed from an asynchronous function.

on

Properties

lx LxAsyncComputed<T>

Available on Future<T> Function(), provided by the LxAsyncFunctionExtension extension

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

Available on Future<T> Function(), provided by the LxAsyncFunctionExtension extension

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