| Package | Description |
|---|---|
| com.speedment.runtime.compute.expression.predicate |
Specializations of predicates that are returned by expressions.
|
| com.speedment.runtime.compute.trait |
Traits used in the base package for functional interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
IsNull<T,R> |
IsNotNull.negate() |
| Modifier and Type | Method and Description |
|---|---|
default IsNull<T,R> |
ToNullable.isNull()
Returns a
Predicate that is true for any values that
would make this expression return null and false for any
values that would make this expression return a result. |
Copyright © 2019 Speedment, Inc.. All rights reserved.