coordReduce<T> method
T?
coordReduce<T>(
- CoordReduceCallback<
T> callback, - T? initialValue, [
- bool excludeWrapCoord = false
Implementation
T? coordReduce<T>(
meta.CoordReduceCallback<T> callback,
T? initialValue, [
bool excludeWrapCoord = false,
]) {
return meta.coordReduce<T>(
this,
callback,
initialValue,
excludeWrapCoord,
);
}