Searched refs:squareSupplier (Results 1 – 2 of 2) sorted by relevance
53 Supplier<Integer> squareSupplier = Suppliers.compose(intValueFunction, in testCompose() local56 assertEquals(Integer.valueOf(5), squareSupplier.get()); in testCompose()
61 Supplier<Integer> squareSupplier = Suppliers.compose(intValueFunction, in testCompose() local64 assertEquals(Integer.valueOf(5), squareSupplier.get()); in testCompose()