Esempio n. 1
0
 public FuzzyBoolean fastMatch(FastMatchInfo type) {
   return left.fastMatch(type).and(right.fastMatch(type));
 }