and method

Matcher and(
  1. Matcher input
)

Implementation

Matcher and(Matcher input) {
  return allOf(this, input);
}