|
Change Return Type ComposedPredicate<T,A> to IsNotNull<T,R,T_EXPR> in method public isNotNull() : IsNotNull<T,R,T_EXPR> in class com.speedment.runtime.compute.internal.expression.ComposedUtil.AbstractComposedNullableExpression |
From |
To |
|
Change Return Type ComposedPredicate<T,A> to IsNull<T,R,T_EXPR> in method public isNull() : IsNull<T,R,T_EXPR> in class com.speedment.runtime.compute.internal.expression.ComposedUtil.AbstractComposedNullableExpression |
From |
To |
|
Change Return Type Predicate<T> to IsNotNull<T,R,NON_NULLABLE> in method public isNotNull() : IsNotNull<T,R,NON_NULLABLE> in class com.speedment.runtime.compute.trait.ToNullable |
From |
To |
|
Change Return Type Predicate<T> to IsNull<T,R,NON_NULLABLE> in method public isNull() : IsNull<T,R,NON_NULLABLE> in class com.speedment.runtime.compute.trait.ToNullable |
From |
To |