getValue property

num Function(T) getValue
final

The function to take a value T and return a number, e.g. the y coordinate of a point.

Implementation

final num Function(T) getValue;