public class SelectBinaryFn extends Object implements BinaryFn<Result<SelectResultValue>,Result<SelectResultValue>,Result<SelectResultValue>>
Constructor and Description |
---|
SelectBinaryFn(Granularity granularity,
PagingSpec pagingSpec,
boolean descending) |
Modifier and Type | Method and Description |
---|---|
Result<SelectResultValue> |
apply(Result<SelectResultValue> arg1,
Result<SelectResultValue> arg2) |
public SelectBinaryFn(Granularity granularity, PagingSpec pagingSpec, boolean descending)
public Result<SelectResultValue> apply(Result<SelectResultValue> arg1, Result<SelectResultValue> arg2)
apply
in interface BinaryFn<Result<SelectResultValue>,Result<SelectResultValue>,Result<SelectResultValue>>
Copyright © 2011–2017. All rights reserved.