Skip to content

Instantly share code, notes, and snippets.

@handersonbf
Created April 20, 2017 13:08
Show Gist options
  • Select an option

  • Save handersonbf/106ba5a0de877d80cd321bdd2ea5956e to your computer and use it in GitHub Desktop.

Select an option

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