public class SearchBinaryFn extends Object implements BinaryOperator<Result<SearchResultValue>>
| Constructor and Description |
|---|
SearchBinaryFn(SearchSortSpec searchSortSpec,
Granularity granularity,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
Result<SearchResultValue> |
apply(Result<SearchResultValue> arg1,
Result<SearchResultValue> arg2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmaxBy, minByandThenpublic SearchBinaryFn(SearchSortSpec searchSortSpec, Granularity granularity, int limit)
public Result<SearchResultValue> apply(Result<SearchResultValue> arg1, Result<SearchResultValue> arg2)
apply in interface BiFunction<Result<SearchResultValue>,Result<SearchResultValue>,Result<SearchResultValue>>Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.