- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 41 for CheckReturnValue (0.08 seconds)
-
android/guava-testlib/src/com/google/common/escape/testing/package-info.java
* * <p>This package is a part of the open-source <a href="https://github.com/google/guava">Guava</a> * library. */ @CheckReturnValue package com.google.common.escape.testing;
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Jun 15 21:41:47 GMT 2023 - 920 bytes - Click Count (0) -
guava/src/com/google/common/net/package-info.java
* * <p>This package is a part of the open-source <a href="https://github.com/google/guava">Guava</a> * library. * * @author Craig Berry */ @CheckReturnValue @NullMarked package com.google.common.net; import com.google.errorprone.annotations.CheckReturnValue;
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 21 14:50:24 GMT 2024 - 997 bytes - Click Count (0) -
android/guava/src/com/google/common/primitives/package-info.java
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Jan 03 15:30:05 GMT 2025 - 2K bytes - Click Count (0) -
guava-testlib/src/com/google/common/testing/package-info.java
*/ /** * Testing utilities. This package is a part of the open-source <a * href="https://github.com/google/guava">Guava</a> library. */ @CheckReturnValue @NullMarked package com.google.common.testing; import com.google.errorprone.annotations.CheckReturnValue;
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 21 14:50:24 GMT 2024 - 907 bytes - Click Count (0) -
guava/src/com/google/common/html/package-info.java
/** * Escapers * for * HTML. * * <p>This package is a part of the open-source <a href="https://github.com/google/guava">Guava</a> * library. */ @CheckReturnValue @NullMarked package com.google.common.html; import com.google.errorprone.annotations.CheckReturnValue;
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 21 14:50:24 GMT 2024 - 913 bytes - Click Count (0) -
guava/src/com/google/common/io/package-info.java
* <a href="https://github.com/google/guava/wiki/IOExplained">I/O Explained</a> on the Guava wiki. * * @author Chris Nokleberg */ @CheckReturnValue @NullMarked package com.google.common.io; import com.google.errorprone.annotations.CheckReturnValue;
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 21 14:50:24 GMT 2024 - 1.5K bytes - Click Count (0) -
guava/src/com/google/common/eventbus/package-info.java
* * <p>See the Guava User Guide article on <a * href="https://github.com/google/guava/wiki/EventBusExplained">{@code EventBus}</a>. */ @CheckReturnValue @NullMarked package com.google.common.eventbus; import com.google.errorprone.annotations.CheckReturnValue;
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Jan 03 19:02:39 GMT 2025 - 1K bytes - Click Count (0) -
android/guava/src/com/google/common/util/concurrent/package-info.java
* * <p>This package is a part of the open-source <a href="https://github.com/google/guava">Guava</a> * library. */ @CheckReturnValue @NullMarked package com.google.common.util.concurrent; import com.google.errorprone.annotations.CheckReturnValue;
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 21 14:50:24 GMT 2024 - 1.1K bytes - Click Count (0) -
android/guava/src/com/google/common/base/package-info.java
* Defaults}), as well as a number of classes that have been superseded by additions to the JDK. */ @CheckReturnValue @NullMarked package com.google.common.base; import com.google.errorprone.annotations.CheckReturnValue;
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 21 14:50:24 GMT 2024 - 1.7K bytes - Click Count (0) -
guava/src/com/google/common/util/concurrent/AbstractListeningExecutorService.java
*/ package com.google.common.util.concurrent; import com.google.common.annotations.GwtIncompatible; import com.google.errorprone.annotations.CanIgnoreReturnValue; import com.google.errorprone.annotations.CheckReturnValue; import java.util.concurrent.AbstractExecutorService; import java.util.concurrent.Callable; import java.util.concurrent.RunnableFuture; import org.jspecify.annotations.Nullable; /**
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Wed Feb 12 17:47:46 GMT 2025 - 3K bytes - Click Count (0)