Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testForPredicateSerializable (0.65 sec)

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

            .addEqualityGroup(alwaysFalse)
            .addEqualityGroup(Functions.identity())
            .testEquals();
      }
    
      @J2ktIncompatible
      @GwtIncompatible // SerializableTester
      public void testForPredicateSerializable() {
        checkCanReserialize(Functions.forPredicate(Predicates.equalTo(5)));
      }
    
      public void testConstant() {
        Function<@Nullable Object, Object> f = Functions.<Object>constant("correct");
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 16K bytes
    - Viewed (0)
Back to top