- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for UnnecessaryLambda (0.08 seconds)
-
guava/src/com/google/common/base/Suppliers.java
} private static final class NonSerializableMemoizingSupplier<T extends @Nullable Object> implements Supplier<T> { private final Object lock = new Object(); @SuppressWarnings("UnnecessaryLambda") // Must be a fixed singleton object private static final Supplier<@Nullable Void> SUCCESSFULLY_COMPUTED = () -> { throw new IllegalStateException(); // Should never get called. };
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Aug 09 01:14:59 GMT 2025 - 16.5K bytes - Click Count (0)