396397398399400401402
* @param value * the given value. * @return <code>null</code>. */ public static <T> T same(T value) { return reportMatcher(new Same(value)).<T>returnNull(); }
358359360361362363364
492493494495496497498
414415416417418419420