Package com.spotify.futures
Interface Validator<T>
- Type Parameters:
T- value type to validate.
public interface Validator<T>
Validate a value, throw an exception on invalid values.
-
Method Summary
-
Method Details
-
validate
- Throws:
Exception
-