Filterable<QueryType> constructor

Filterable<QueryType>(
  1. QueryType _query,
  2. Type _type
)

Creates a new filterable.

Implementation

Filterable(this._query, this._type);