Skip to content

Instantly share code, notes, and snippets.

@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] = {
@staltz
staltz / introrx.md
Last active March 29, 2024 06:13
The introduction to Reactive Programming you've been missing