-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
The documentation says "may return null to indicate not found":
| * @return the queried value, may return null to indicate not found |
Also, maybe R shouldn't extends @Nullable Object:
| public interface TemporalQuery<R extends @Nullable Object> { |
since the meaning of a null return value would be ambiguous if R itself is @Nullable.
Metadata
Metadata
Assignees
Labels
No labels