Interface QueryTask.ResultFinisher<S,T>

Type Parameters:
S - the collected value type
T - the final value type
Enclosing interface:
QueryTask
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

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