- Type Parameters:
S
- the collected value typeT
- the final value type
- Enclosing interface:
- ExecutableQuery
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A function accepting the
Result.keys()
, collected result and ResultSummary
values to produce a
final result value.- Since:
- 5.5
-
Method Summary
Modifier and TypeMethodDescriptionfinish
(List<String> keys, S value, ResultSummary summary) Accepts theResult.keys()
, collected result andResultSummary
values to produce the final result value.
-
Method Details
-
finish
Accepts theResult.keys()
, collected result andResultSummary
values to produce the final result value.- Parameters:
value
- the collected valuekeys
- theResult.keys()
valuesummary
- theResultSummary
value- Returns:
- the final value
-