Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for partialExplicitTypeBoundIsNotSubtypeOfDifferentTypeBound (0.61 sec)

  1. guava-tests/test/com/google/common/reflect/TypeTokenSubtypeTest.java

          return notSubtype(obj);
        }
    
        @TestSubtype(suppressGetSupertype = true, suppressGetSubtype = true)
        public UseSerializableIterable<? extends CharSequence>
            partialExplicitTypeBoundIsNotSubtypeOfDifferentTypeBound(
                UseSerializableIterable<? extends Serializable> obj) {
          return notSubtype(obj);
        }
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/reflect/TypeTokenSubtypeTest.java

          return notSubtype(obj);
        }
    
        @TestSubtype(suppressGetSupertype = true, suppressGetSubtype = true)
        public UseSerializableIterable<? extends CharSequence>
            partialExplicitTypeBoundIsNotSubtypeOfDifferentTypeBound(
                UseSerializableIterable<? extends Serializable> obj) {
          return notSubtype(obj);
        }
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 20.3K bytes
    - Viewed (0)
Back to top