CompareItemToTargetFunc<C extends GpsPointsView<GpsPoint>, F> typedef

CompareItemToTargetFunc<C extends GpsPointsView<GpsPoint>, F> = int Function(C collection, int itemNr, F findTarget)

Function to compare item itemNr of collection to findTarget and return a result, like Comparator.

Implementation

typedef CompareItemToTargetFunc<C extends GpsPointsView, F> = int Function(
    C collection, int itemNr, F findTarget);