Interface AnnotatedTypeScanner.Reduce<R>
- Type Parameters:
R
- the result type
- Enclosing class:
- AnnotatedTypeScanner<R,
P>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Reduces two results into a single result.
-
Method Summary
-
Method Details
-
reduce
Returns the combination of two results.- Parameters:
r1
- the first resultr2
- the second result- Returns:
- the combination of the two results
-