|
Change Return Type Predicate<ENTITY> to OrCombinedBasePredicate<ENTITY> in method public or(other Predicate<? super ENTITY>) : OrCombinedBasePredicate<ENTITY> in class com.speedment.core.field.CombinedBasePredicate.AndCombinedBasePredicate |
From |
To |
|
Change Return Type Predicate<ENTITY> to AndCombinedBasePredicate<ENTITY> in method public and(other Predicate<? super ENTITY>) : AndCombinedBasePredicate<ENTITY> in class com.speedment.core.field.CombinedBasePredicate.AndCombinedBasePredicate |
From |
To |
|
Change Return Type CombinedBasePredicate<ENTITY> to R in method protected add(predicate Predicate<? super ENTITY>) : R in class com.speedment.core.field.CombinedBasePredicate |
From |
To |
|
Change Return Type Predicate<ENTITY> to OrCombinedBasePredicate<ENTITY> in method public or(other Predicate<? super ENTITY>) : OrCombinedBasePredicate<ENTITY> in class com.speedment.core.field.CombinedBasePredicate.OrCombinedBasePredicate |
From |
To |
|
Change Return Type Predicate<ENTITY> to AndCombinedBasePredicate<ENTITY> in method public and(other Predicate<? super ENTITY>) : AndCombinedBasePredicate<ENTITY> in class com.speedment.core.field.CombinedBasePredicate.OrCombinedBasePredicate |
From |
To |