since version 6.3. Please use ValidationConsumer in
the cmsfacades extension instead.
@Deprecated
public interface ValidationConsumer<T>
extends ValidationConsumer<T>
ValidationConsumer is an interface that works along with other Validators to help with the validation work. It
extends the Consumer interface and it should perform the validation work.
Method Summary
Methods inherited from interface java.util.function.BiConsumer