Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/stream/Collectors/
DCollectorsTest.java109 static class FlatMappingAssertion<T, V, R> extends CollectorAssertion<T, R> { class in CollectorsTest
113 FlatMappingAssertion(Function<T, Stream<V>> mapper, in FlatMappingAssertion() method in CollectorsTest.FlatMappingAssertion
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DCollectorsTest.java106 static class FlatMappingAssertion<T, V, R> extends CollectorAssertion<T, R> { class in CollectorsTest
110 FlatMappingAssertion(Function<T, Stream<V>> mapper, in FlatMappingAssertion() method in CollectorsTest.FlatMappingAssertion