| 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 |
|---|---|
IsNotNull<T,R> |
IsNull.negate() |
| Modifier and Type | Method and Description |
|---|---|
default IsNotNull<T,R> |
ToNullable.isNotNull()
Returns a
Predicate that is false for any values that
would make this expression return null and true for any
values that would make this expression return a result. |
Copyright © 2019 Speedment, Inc.. All rights reserved.