File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11# Extractor.scala <a href =" http://thoughtworks.com/ " ><img align =" right " src =" https://www.thoughtworks.com/imgs/tw-logo.png " title =" ThoughtWorks " height =" 15 " /></a >
22
33[ ![ Build Status] ( https://travis-ci.org/ThoughtWorksInc/Extractor.scala.svg?branch=master )] ( https://travis-ci.org/ThoughtWorksInc/Extractor.scala )
4+ [ ![ Latest version] ( https://index.scala-lang.org/thoughtworksinc/extractor.scala/extractor/latest.svg )] ( https://index.scala-lang.org/thoughtworksinc/extractor.scala/extractor )
5+ [ ![ Scaladoc] ( https://javadoc.io/badge/com.thoughtworks.extractor/extractor_2.12.svg?label=scaladoc )] ( https://javadoc.io/page/com.thoughtworks.extractor/extractor_2.12/latest/com/thoughtworks/index.html )
46
57** Extractor.scala** is a library to convert between ` A => Option[B] ` , ` PartialFunction[A, B] ` and extractor objects for pattern matching.
68
@@ -41,6 +43,3 @@ util.Random.nextInt(4) match {
4143 println(" Not matched" )
4244}
4345```
44- ## Links
45-
46- * [ API Documentation] ( https://oss.sonatype.org/service/local/repositories/releases/archive/com/thoughtworks/extractor/extractor_2.12/1.1.1/extractor_2.12-1.1.1-javadoc.jar/!/com/thoughtworks/index.html )
You can’t perform that action at this time.
0 commit comments