BeanJoin<TDao> constructor

BeanJoin<TDao>(
  1. DataBean<TDao> bean,
  2. Filter filter
)

Implementation

BeanJoin(this.bean, this.filter);