Skip to content

Instantly share code, notes, and snippets.

@lipeRomani
Created March 22, 2016 14:37
Show Gist options
  • Save lipeRomani/ce658aad95fad0979d5d to your computer and use it in GitHub Desktop.
Save lipeRomani/ce658aad95fad0979d5d to your computer and use it in GitHub Desktop.
for(...){
if(!validao1()) continue;
if(!validacao2()) continue;
if(!validacao3()) continue;
lista.add(object);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment