Skip to content

Instantly share code, notes, and snippets.

@handersonbf
Created April 20, 2017 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save handersonbf/106ba5a0de877d80cd321bdd2ea5956e to your computer and use it in GitHub Desktop.
Save handersonbf/106ba5a0de877d80cd321bdd2ea5956e to your computer and use it in GitHub Desktop.
Interface Funcional Validador
@FunctionalInterface
public interface Validador {
boolean validarCPF(String valor);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment