summaryrefslogtreecommitdiff
path: root/src/library/scala/PartialFunction.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-9363 - Add empty serializabletriggerNZ2015-11-241-1/+1
* Fix for SI-9363triggerNZ2015-11-241-5/+6
* som-snytt's update to wordingMax Bileschi2014-07-081-3/+3
* Revised comment to appeal to lchoran's and som-snytts commentsMax Bileschi2014-06-271-5/+4
* Update PartialFunction documentation to include the fact that the caller is r...Max Bileschi2014-06-121-1/+1
* Update PartialFunction documentation to include the fact that the caller is r...Max Bileschi2014-06-121-1/+7
* Make PartialFunction.OrElse extend AbstractPartialFunction.Todd Vierling2014-05-101-2/+2
* minor typos in the doc of applyOrElsemartijnhoekstra2014-02-251-1/+1
* Scaladoc: fixing small typo in PartialFunction.scalaIgor Moreno2013-05-051-1/+1
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Removed many @inline annotations and final modifiers.Paul Phillips2012-09-181-9/+9
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-3/+3
* pull request feedbackpavelpavlov2012-08-231-0/+21
* PartialFunction polishingPavel Pavlov2012-08-231-38/+76
* Revert "Moved ancillary methods off specialized traits."Paul Phillips2012-04-271-1/+1
* Moved ancillary methods off specialized traits.Paul Phillips2012-04-241-1/+1
* a fast, functional PartialFunction implementationPavel Pavlov2012-03-301-33/+101
* Whitespace commit.Paul Phillips2012-02-291-5/+5
* Reword confusing explanationDaniel C. Sobral2012-01-141-7/+11
* Explain Function1 vs PartialFunctionDaniel C. Sobral2012-01-131-0/+26
* Fast PartialFunction # orElse.Martin Odersky2011-11-241-3/+4
* Preparations for new version of AbstractPartial...Martin Odersky2011-11-231-0/+4
* More beautiful fast orElse infrastructure.Martin Odersky2011-11-221-1/+3
* First part of campaign to make orElse on partia...Martin Odersky2011-11-221-8/+10
* AbstractPartialFunction.Paul Phillips2011-10-191-3/+3
* Gave partial function an empty member.Paul Phillips2011-08-281-2/+9
* 4th round of clean ups (see r25293, r25285, r25...michelou2011-07-201-17/+15
* Fixes some remaining formatting issues.Kato Kazuyoshi2011-07-091-3/+3
* Moved unlift to the Function companion object, ...Paul Phillips2011-02-201-3/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Proposed implementation of 'unlift' on Function...Paul Phillips2010-09-091-1/+6
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Reverted over-zealous replacement of 'PartialFu...Antonio Cunei2010-01-151-4/+4
* Took full advantage of the new =>? alias for th...Paul Phillips2009-12-221-6/+6
* lost of documentation and some small adjustment...Martin Odersky2009-12-141-5/+5
* allowed $super variables in doc comment; some m...Martin Odersky2009-12-111-5/+26
* Added lift method to PartialFunctionMartin Odersky2009-12-071-0/+2
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Reverted r19466, as the decision is now thatAntonio Cunei2009-11-091-2/+9
* Adds isDefinedAt to Function1. As a consequence,Antonio Cunei2009-11-091-9/+2
* Some @experimental cleanups/removals I missed o...Paul Phillips2009-11-081-2/+0
* - Renames filterMap to partialMapPaul Phillips2009-11-061-6/+1
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-1/+1
* Large Path/File/Directory checkin.Paul Phillips2009-08-301-4/+4
* A couple super useful partial function methods ...Paul Phillips2009-08-201-0/+47
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* minor changesmichelou2007-07-121-4/+4
* Revamped scala-doc.Sean McDirmid2007-03-281-2/+3
* more products, plus some static optimization in...Burak Emir2006-11-271-1/+1
* Fixed parsing problem for closuresMartin Odersky2006-06-201-6/+20