|
Change Return Type AbstractListAssert<?,List<? extends Object>,Object,ObjectAssert<Object>> to AbstractListAssert<?,List<?>,Object,ObjectAssert<Object>> in method public extracting(extractors Function<? super Map<KEY,VALUE>,Object>...) : AbstractListAssert<?,List<?>,Object,ObjectAssert<Object>> in class org.assertj.core.api.MapAssert |
From |
To |
|
Change Return Type AbstractListAssert<?,List<? extends Object>,Object,ObjectAssert<Object>> to AbstractListAssert<?,List<?>,Object,ObjectAssert<Object>> in method public extractingFromEntries(extractor Function<? super Map.Entry<K,V>,Object>) : AbstractListAssert<?,List<?>,Object,ObjectAssert<Object>> in class org.assertj.core.api.AbstractMapAssert |
From |
To |
|
Change Return Type AbstractListAssert<?,List<? extends Object>,Object,ObjectAssert<Object>> to AbstractListAssert<?,List<?>,Object,ObjectAssert<Object>> in method public extractingFromEntries(extractor Function<? super Map.Entry<KEY,VALUE>,Object>) : AbstractListAssert<?,List<?>,Object,ObjectAssert<Object>> in class org.assertj.core.api.MapAssert |
From |
To |