Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for appendUserObject (0.19 seconds)

  1. android/guava/src/com/google/common/util/concurrent/AbstractFuture.java

        builder.append("PENDING");
    
        @RetainedLocalRef Object localValue = value();
        if (localValue instanceof DelegatingToFuture) {
          builder.append(", setFuture=[");
          appendUserObject(builder, ((DelegatingToFuture) localValue).future);
          builder.append("]");
        } else {
          String pendingDescription;
          try {
            pendingDescription = Strings.emptyToNull(pendingToString());
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sat Mar 07 14:39:00 GMT 2026
    - 43.6K bytes
    - Click Count (0)
Back to Top