Interface Verifier

All Superinterfaces:
Consumer<String>
All Known Implementing Classes:
FileVerifier, InplaceVerifier

public interface Verifier extends Consumer<String>
A Consumer that verifies a printed value and (optionally) stores the value in some fashion if approved for a later execution.