|
Change Parameter Type actual : Stream<? extends ELEMENT> to actual : BaseStream<? extends ELEMENT,STREAM> in method public assertThat(actual BaseStream<? extends ELEMENT,STREAM>) : AbstractListAssert<?,List<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>> in class org.assertj.core.api.Assertions |
From |
To |
|
Change Parameter Type stream : Stream<ELEMENT> to stream : BaseStream<ELEMENT,STREAM> in method public ListFromStream(stream BaseStream<ELEMENT,STREAM>) in class org.assertj.core.api.ListAssert.ListFromStream |
From |
To |
|
Change Parameter Type actual : Stream<? extends ELEMENT> to actual : BaseStream<? extends ELEMENT,STREAM> in method public assertThat(actual BaseStream<? extends ELEMENT,STREAM>) : ListAssert<ELEMENT> in class org.assertj.core.api.AssertionsForInterfaceTypes |
From |
To |
|
Change Parameter Type actual : Stream<? extends T> to actual : BaseStream<? extends ELEMENT,STREAM> in method public assertThat(actual BaseStream<? extends ELEMENT,STREAM>) : AbstractListAssert<?,? extends List<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>> in class org.assertj.core.api.WithAssertions |
From |
To |
|
Change Parameter Type actual : Stream<? extends ELEMENT> to actual : BaseStream<? extends ELEMENT,STREAM> in method public then(actual BaseStream<? extends ELEMENT,STREAM>) : AbstractListAssert<?,List<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>> in class org.assertj.core.api.BDDAssertions |
From |
To |
|
Change Parameter Type actual : Stream<? extends ELEMENT> to actual : BaseStream<? extends ELEMENT,STREAM> in method protected ListAssert(actual BaseStream<? extends ELEMENT,STREAM>) in class org.assertj.core.api.ListAssert |
From |
To |
|
Change Parameter Type actual : Stream<? extends ELEMENT> to actual : BaseStream<? extends ELEMENT,STREAM> in method public then(actual BaseStream<? extends ELEMENT,STREAM>) : ListAssert<ELEMENT> in class org.assertj.core.api.AbstractBDDSoftAssertions |
From |
To |
|
Change Parameter Type actual : Stream<? extends ELEMENT> to actual : BaseStream<? extends ELEMENT,STREAM> in method public assertThat(actual BaseStream<? extends ELEMENT,STREAM>) : ListAssert<ELEMENT> in class org.assertj.core.api.AbstractStandardSoftAssertions |
From |
To |