Interface Merger
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An interface which can merge double values.
Provides a few obvious stateless examples.
-
Method Summary
-
Method Details
-
merge
Merges first and second.- Parameters:
first
- The first input.second
- The second input.- Returns:
- The merged value.
-
max
-
min
-
add
-