Skip to content

Instantly share code, notes, and snippets.

Created November 5, 2011 18:44
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 anonymous/1341867 to your computer and use it in GitHub Desktop.
Save anonymous/1341867 to your computer and use it in GitHub Desktop.
<cemerick> (->> (clojure.reflect/reflect "") :members (filter
:return-type) (map :name))
<lazybot> => (valueOf regionMatches valueOf indexOf getBytes
toUpperCase lastIndexOf contentEquals endsWith indexOf startsWith
valueOf split valueOf indexOf valueOf replace replace toLowerCase
getChars codePointBefore indexOf offsetByCodePoints contains hashCode
compareTo toLowerCase checkBounds compareTo lastIndexOf getBytes
intern lastIndexOf getBytes replaceFirst subSequence equals valueOf
codePointAt isEmpty valueOf getBytes lastIndexOf copyValueOf
contentEquals copyValueOf replaceAll startsWith format trim getChars
lastIndexOf split indexOf regionMatches substring valueOf concat
matches length charAt valueOf toString equalsIgnoreCase toCharArray
compareToIgnoreCase toUpperCase format substring codePointCount)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment