asyncValue property

AsyncFunction<T, A> asyncValue
final

Works as a the value initializer. Need to call resolve to execute.

Implementation

final AsyncFunction<T, A> asyncValue;