Home
last modified time | relevance | path

Searched defs:ReducingAssertion (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/util/stream/Collectors/
DCollectorsTest.java269 static class ReducingAssertion<T, U> extends CollectorAssertion<T, U> { class in CollectorsTest
274 ReducingAssertion(U identity, Function<T, U> mapper, BinaryOperator<U> reducer) { in ReducingAssertion() method in CollectorsTest.ReducingAssertion
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DCollectorsTest.java266 static class ReducingAssertion<T, U> extends CollectorAssertion<T, U> { class in CollectorsTest
271 ReducingAssertion(U identity, Function<T, U> mapper, BinaryOperator<U> reducer) { in ReducingAssertion() method in CollectorsTest.ReducingAssertion