Skip to content

Instantly share code, notes, and snippets.

@wrobstory
Last active August 29, 2015 14:18
Show Gist options
  • Save wrobstory/3ff3f8f814cc9d9f5316 to your computer and use it in GitHub Desktop.
Save wrobstory/3ff3f8f814cc9d9f5316 to your computer and use it in GitHub Desktop.
scala> scalaMap.
+ collect filter groupBy keysIterator partition seq toArray transpose
++ collectFirst filterKeys grouped last product size toBuffer unzip
++: companion filterNot hasDefiniteSize lastOption reduce slice toIndexedSeq unzip3
- compose find head lift reduceLeft sliding toIterable updated
-- contains flatMap headOption map reduceLeftOption span toIterator values
/: copyToArray flatten init mapValues reduceOption splitAt toList valuesIterator
:\ copyToBuffer fold inits max reduceRight stringPrefix toMap view
addString count foldLeft isDefinedAt maxBy reduceRightOption sum toSeq withDefault
aggregate default foldRight isEmpty min repr tail toSet withDefaultValue
andThen drop forall isInstanceOf minBy runWith tails toStream withFilter
apply dropRight foreach isTraversableAgain mkString sameElements take toString zip
applyOrElse dropWhile genericBuilder iterator nonEmpty scan takeRight toTraversable zipAll
asInstanceOf empty get keySet orElse scanLeft takeWhile toVector zipWithIndex
canEqual exists getOrElse keys par scanRight to transform
In [2]: pdict.
pdict.clear pdict.fromkeys pdict.has_key pdict.iteritems pdict.itervalues pdict.pop pdict.setdefault pdict.values pdict.viewkeys
pdict.copy pdict.get pdict.items pdict.iterkeys pdict.keys pdict.popitem pdict.update pdict.viewitems pdict.viewvalues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment