Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Is there a do-until (postcondition) loop in Scala 2.8?

scala loops

Knowing if a Scala object is an instance of Case Class

scala typing

Processing Set of Sets and return a flat Iterable

Given a value of some path-dependent type, how can I get an instance of the "container"?

scala scala-2.8

How to assign an order for TreeSet in Scala without repeating myself

scala: override implicit parameter to constructor

scala

Adding spaces to the + operator in Scala gives different results?

scala

How to set and get keys from scala TreeMap?

scala treemap

IntelliJ IDEA Scala plugin's syntax highlighting displays Scala packages in red

scala intellij-idea sbt

Scala: existential types for a Map

scala existential-type

Can I use Scala options to avoid the following NoSuchElementException?

scala

scala loan pattern, optional function param

scala

Scala - Strip all html tags from string except links

regex scala

Scope & memory issues in Scala

scala out-of-memory scoping

Public variables in Scala?

Sequence with Streams in Scala

scala stream

Recursive methods to create Streams in Scala

scala stream fibonacci

Is there any Date/Time DSL utils in Scala?

scala datetime lift dsl

Scala values initialization

scala

Performance of Equality in Java ( instanceOf vs isAssignableFrom )

java oop scala jvm equality