Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/stream/Collectors/
DCollectorsTest.java92 static class MappingAssertion<T, V, R> extends CollectorAssertion<T, R> { class in CollectorsTest
96 MappingAssertion(Function<T, V> mapper, CollectorAssertion<V, R> downstream) { in MappingAssertion() method in CollectorsTest.MappingAssertion
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DCollectorsTest.java89 static class MappingAssertion<T, V, R> extends CollectorAssertion<T, R> { class in CollectorsTest
93 MappingAssertion(Function<T, V> mapper, CollectorAssertion<V, R> downstream) { in MappingAssertion() method in CollectorsTest.MappingAssertion