Class AlwaysValid<T>
- java.lang.Object
-
- uk.gov.gchq.gaffer.commonutil.iterable.AlwaysValid<T>
-
-
Constructor Summary
Constructors Constructor Description AlwaysValid()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
validate(T obj)
Validates the given object.-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface uk.gov.gchq.gaffer.commonutil.iterable.Validator
validateWithValidationResult
-
-