DestionPredicate typedef

DestionPredicate = bool Function(Destination d)

Check wither destionation satifies the criteria.

Implementation

typedef DestionPredicate = bool Function(Destination d);