Interface ExecutableQuery.ResultFinisher<S,T>

Type Parameters:
S - the collected value type
T - 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.

@FunctionalInterface public static interface ExecutableQuery.ResultFinisher<S,T>
A function accepting the Result.keys(), collected result and ResultSummary values to produce a final result value.
Since:
5.5