- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testNotNull_serialization (0.11 sec)
-
guava-tests/test/com/google/common/base/PredicatesTest.java
.addEqualityGroup(Predicates.isNull()) .testEquals(); } @J2ktIncompatible @GwtIncompatible // SerializableTester public void testNotNull_serialization() { checkSerialization(Predicates.notNull()); } public void testIn_apply() { Collection<Integer> nums = Arrays.asList(1, 5); Predicate<@Nullable Integer> isOneOrFive = Predicates.in(nums);
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Feb 22 17:15:24 UTC 2024 - 32.4K bytes - Viewed (0)