Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testOr_applyIterable (0.12 seconds)

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

      }
    
      @J2ktIncompatible
      @GwtIncompatible // SerializableTester
      public void testOr_serializationTernary() {
        checkSerialization(Predicates.or(FALSE, isOdd(), TRUE));
      }
    
      public void testOr_applyIterable() {
        Predicate<@Nullable Integer> vacuouslyFalse = Predicates.or(ImmutableList.of());
        Predicate<@Nullable Integer> troo = Predicates.or(ImmutableList.of(TRUE));
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Mar 18 18:06:14 GMT 2026
    - 32.2K bytes
    - Click Count (0)
Back to Top