SMUTextConverter<T> typedef

SMUTextConverter<T> = Iterable<String> Function(T input)

Converts the input into the value used by SMUTextSearcher

Implementation

typedef SMUTextConverter<T> = Iterable<String> Function(T input);