ModelFieldValueFilter<T extends ModelFieldValue> constructor

const ModelFieldValueFilter<T extends ModelFieldValue>()

Adapter class for determining the behavior of ModelFieldValue in ModelQuery.filters.

Create a new class that inherits from this abstract class and register it with ModelFieldValue.registerFilter when the application starts.

ModelQuery.filtersでのModelFieldValueの振る舞いを決めるためのアダプタークラス。

この抽象クラスを継承して新しいクラスを作り、アプリ起動時にModelFieldValue.registerFilterに登録を行ってください。

Implementation

const ModelFieldValueFilter();