computeFunction property
ComputeFunction<T>
get
computeFunction
Gets the compute function (read-only).
Implementation
ComputeFunction<T> get computeFunction => _compute;
Gets the compute function (read-only).
ComputeFunction<T> get computeFunction => _compute;