Searched refs:addElementFunction (Results 1 – 1 of 1) sorted by relevance
75 Function<List<Integer>, List<Integer>> addElementFunction = in testComposeWithLists() local85 Supplier<List<Integer>> addSupplier = Suppliers.compose(addElementFunction, in testComposeWithLists()