Skip to content

Instantly share code, notes, and snippets.

@staltz
staltz / introrx.md
Last active March 26, 2024 00:52
The introduction to Reactive Programming you've been missing
@caiiiycuk
caiiiycuk / XitrumTest
Created July 24, 2013 03:43
Scala bug SI-6240
import scala.reflect.runtime.universe._
object ParamAccess {
val typeString = typeOf[String]
}
class ParamAccess {
import ParamAccess._
def paramo[T: TypeTag](key: String, coll: Map[String, Seq[String]]): Option[T] = {