- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for NOT_NULL (0.03 seconds)
-
android/guava/src/com/google/common/base/Predicates.java
* representations and are not serializable. */ public static <T extends @Nullable Object> Predicate<T> notNull() { return ObjectPredicate.NOT_NULL.withNarrowedType(); } /** * Returns a predicate that evaluates to {@code true} if the given predicate evaluates to {@code * false}. * * <p><b>Discouraged:</b> Prefer using {@code predicate.negate()}.
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Mar 08 16:16:42 GMT 2026 - 26.6K bytes - Click Count (0) -
guava/src/com/google/common/base/Predicates.java
* representations and are not serializable. */ public static <T extends @Nullable Object> Predicate<T> notNull() { return ObjectPredicate.NOT_NULL.withNarrowedType(); } /** * Returns a predicate that evaluates to {@code true} if the given predicate evaluates to {@code * false}. * * <p><b>Discouraged:</b> Prefer using {@code predicate.negate()}.
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Mar 08 16:16:42 GMT 2026 - 26.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/CoordinatorHelperTest.java
public void test_tryStartOperation_singleArg_delegatesToTwoArg() { // tryStartOperation(name) should delegate to tryStartOperation(name, null) final AtomicReference<String> passedData = new AtomicReference<>("NOT_NULL"); final CoordinatorHelper helper = new CoordinatorHelper() { @Override public boolean tryStartOperation(final String operationName, final String data) { passedData.set(data);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 58.6K bytes - Click Count (0)