- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testOr_supplier_absent (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava-tests/test/com/google/common/base/OptionalTest.java
public void testOr_supplier_present() { assertThat(Optional.of("a").or(Suppliers.ofInstance("fallback"))).isEqualTo("a"); } public void testOr_supplier_absent() { assertEquals("fallback", Optional.absent().or(Suppliers.ofInstance("fallback"))); } public void testOr_nullSupplier_absent() {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 15:59:55 GMT 2026 - 10.6K bytes - Click Count (0)