Home
last modified time | relevance | path

Searched refs:OptionalInt_orElseThrow (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/Optional/
DBasicInt.java73 assertThrows(NoSuchElementException.class, () -> OptionalInt_orElseThrow(empty)); in checkEmpty()
114 assertEquals(OptionalInt_orElseThrow(opt), expected); in checkPresent()
182 private static int OptionalInt_orElseThrow(OptionalInt receiver) { in OptionalInt_orElseThrow() method in BasicInt