3839404142434445
return this.assertThat(matcher); } public E isLt(T max) { assetCanComparable(max); LessThan matcher = new LessThan((Comparable) max); return this.assertThat(matcher); }