BeaconSelector<T, C> typedef

BeaconSelector<T, C> = ReadableBeacon<T> Function(C)

A function that takes a BeaconController and returns 1 of its beacon.

Implementation

typedef BeaconSelector<T, C> = ReadableBeacon<T> Function(C);