Interface IExecutableExaminer
- All Known Implementing Classes:
ExecutableExaminer
public interface IExecutableExaminer
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionbooleanallParametersOfExecutableAreOfType(Executable executable, Class<?> type)
-
Method Details
-
allParametersOfExecutableAreOfType
- Parameters:
executable-type-- Returns:
- true if all parameters of the given executable are of the given type, false otherwise.
-