T
- the value typepublic final class MergerBiFunction<T> extends Object implements BiFunction<List<T>,List<T>,List<T>>
Constructor and Description |
---|
MergerBiFunction(Comparator<? super T> comparator) |
Modifier and Type | Method and Description |
---|---|
List<T> |
apply(List<T> a,
List<T> b)
Calculate a value based on the input values.
|
public MergerBiFunction(Comparator<? super T> comparator)
Copyright © 2019. All rights reserved.