A typedef for a function that evaluates the validity of a dependency.
typedef TDependencyValidator<T extends Object> = bool Function(T value);