Interface ExtensionMatcher<T,S>
-
- Type Parameters:
T- type oneS- type two
public interface ExtensionMatcher<T,S>A ExtensionMatcher.- Author:
- Stefano Maestri
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatch(T left, S right)Match two Onject of give generics type as mergeable each other
-