SelectableHourPredicate typedef

SelectableHourPredicate = bool Function(int hour)

Signature for predicating hour for enabled hours selections.

Implementation

typedef SelectableHourPredicate = bool Function(int hour);