Skip to content

Instantly share code, notes, and snippets.

@mfollett
Created January 24, 2012 07:40
Show Gist options
  • Save mfollett/1668702 to your computer and use it in GitHub Desktop.
Save mfollett/1668702 to your computer and use it in GitHub Desktop.
favoritePrime validator { BigInteger(it).isProbablePrime(99) ?: 'my.localized.not.prime.message' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment