Searched refs:OptionalInt_orElseThrow (Results 1 – 1 of 1) sorted by relevance
73 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