FieldBlocRule<TValue, TSuggestions, TExtraData> typedef

FieldBlocRule<TValue, TSuggestions, TExtraData> = SingleFieldBloc<TValue, TSuggestions, FieldBlocState<TValue, TSuggestions, TExtraData>, TExtraData>

Implementation

typedef FieldBlocRule<TValue, TSuggestions, TExtraData> = SingleFieldBloc<TValue, TSuggestions,
    FieldBlocState<TValue, TSuggestions, TExtraData>, TExtraData>;