예제 #1
0
 @multimethod
 public boolean equals(InPredicate other) {
   return Sequences.equalTo(values(), other.values());
 }