Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isBaz (0.21 sec)

  1. guava-tests/test/com/google/common/collect/ComparisonChainTest.java

                .isEqualTo(comparedUsingComparisonChain);
          }
        }
      }
    
      static class Bar {
        private final boolean isBaz;
    
        Bar(boolean isBaz) {
          this.isBaz = isBaz;
        }
    
        boolean isBaz() {
          return isBaz;
        }
      }
    
      /**
       * Validates that {@link Booleans#trueFirst()} and {@link Booleans#falseFirst()} can be used with
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Feb 12 03:05:13 UTC 2025
    - 7.6K bytes
    - Viewed (0)
Back to top