D | CollectorsTest.java | 93 private final Function<T, V> mapper; field in CollectorsTest.MappingAssertion 96 MappingAssertion(Function<T, V> mapper, CollectorAssertion<V, R> downstream) { in MappingAssertion() argument 110 private final Function<T, Stream<V>> mapper; field in CollectorsTest.FlatMappingAssertion 113 FlatMappingAssertion(Function<T, Stream<V>> mapper, in FlatMappingAssertion() 271 private final Function<T, U> mapper; field in CollectorsTest.ReducingAssertion 274 ReducingAssertion(U identity, Function<T, U> mapper, BinaryOperator<U> reducer) { in ReducingAssertion()
|