Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for testCompositionWildcard (0.1 seconds)

  1. guava-tests/test/com/google/common/base/FunctionsTest.java

            .addEqualityGroup(integerToSpanish)
            .addEqualityGroup(Functions.compose(japaneseToInteger, integerToSpanish))
            .testEquals();
      }
    
      public void testCompositionWildcard() {
        Map<String, Integer> mapJapaneseToInteger = new HashMap<>();
        Function<String, Integer> japaneseToInteger = Functions.forMap(mapJapaneseToInteger);
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 15:59:55 GMT 2026
    - 16.2K bytes
    - Click Count (0)
  2. android/guava-tests/test/com/google/common/base/FunctionsTest.java

            .addEqualityGroup(integerToSpanish)
            .addEqualityGroup(Functions.compose(japaneseToInteger, integerToSpanish))
            .testEquals();
      }
    
      public void testCompositionWildcard() {
        Map<String, Integer> mapJapaneseToInteger = new HashMap<>();
        Function<String, Integer> japaneseToInteger = Functions.forMap(mapJapaneseToInteger);
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 15:59:55 GMT 2026
    - 16.2K bytes
    - Click Count (0)
Back to Top