Find<T> constructor

const Find<T>([
  1. Test<T> test = always
])

Implementation

const Find([this.test = always]);