public interface OptionalExpression<T> extends ComparableExpression<Optional<T>>
Modifier and Type | Method and Description |
---|---|
Expression<T> |
get()
Accessor for the object within the Optional.
|
BooleanExpression |
isPresent()
Accessor for whether there is an object within the Optional.
|
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, min
as, cast, count, countDistinct, eq, eq, instanceOf, ne, ne
Expression<T> get()
BooleanExpression isPresent()
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.