- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for QueryResult (0.05 sec)
-
android/guava/src/com/google/common/util/concurrent/FluentFuture.java
* computation is complete. * * <p>Example: * * {@snippet : * future.addCallback( * new FutureCallback<QueryResult>() { * public void onSuccess(QueryResult result) { * storeInCache(result); * } * public void onFailure(Throwable t) { * reportError(t); * } * }, executor); * }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 19.7K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/Futures.java
* and logged. * * <p>Example: * * {@snippet : * ListenableFuture<QueryResult> future = ...; * Executor e = ... * addCallback(future, * new FutureCallback<QueryResult>() { * public void onSuccess(QueryResult result) { * storeInCache(result); * } * public void onFailure(Throwable t) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 64.3K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/ClosingFuture.java
* * <p>If the function throws an exception, that exception is used as the result of the derived * {@code ClosingFuture}. * * <p>Example usage: * * {@snippet : * ClosingFuture<QueryResult> queryFuture = * queryFuture.catching( * QueryException.class, (closer, x) -> Query.emptyQueryResult(), executor); * } *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 23 15:26:56 UTC 2025 - 97.8K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/ClosingFuture.java
* * <p>If the function throws an exception, that exception is used as the result of the derived * {@code ClosingFuture}. * * <p>Example usage: * * {@snippet : * ClosingFuture<QueryResult> queryFuture = * queryFuture.catching( * QueryException.class, (closer, x) -> Query.emptyQueryResult(), executor); * } *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 23 15:26:56 UTC 2025 - 98.1K bytes - Viewed (0)