Class MergerBiFunction<T>
java.lang.Object
io.reactivex.rxjava3.internal.util.MergerBiFunction<T>
- Type Parameters:
T
- the value type
- All Implemented Interfaces:
BiFunction<List<T>,
List<T>, List<T>>
public final class MergerBiFunction<T>
extends Object
implements BiFunction<List<T>,List<T>,List<T>>
A BiFunction that merges two Lists into a new list.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
comparator
-
-
Constructor Details
-
MergerBiFunction
-
-
Method Details
-
apply
Description copied from interface:BiFunction
Calculate a value based on the input values.
-