Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

what makes a class/trait in scala an ADT

Cannot find an implicit value for ContextShift[cats.effect.IO] in http4s version 19.0.0

How to make different subclass for each scala version?

scala maven

Cannot prove that "a Tuple2" <:< (T, U)

scala

Is there a way to add a descriptive Assert message in a Boolean ZIO Test

scala zio zio-test

What is the difference between using df.as[T] and df.asInstanceOf[Dataset[T]]?

scala apache-spark

Scala case classes in collections

scala

Iterators for mutable collections in Scala?

scala iterator scala-2.8

Scala type inference question

how do i throw exceptions with meaningful messages with a scala combination parser?

parsing scala grammar

Core calculus in scala type system (recursion)

scala

Why is object creation fast in Scala?

scala

How do I make sbt use the scala binaries from $SCALA_HOME directory?

scala sbt

Question about Cake Pattern

Lazy, breadth-first traversal of a Rose Tree?

Eclipse Scala plug-in: "illegal cyclic inheritance"

eclipse scala scala-ide

Using Scala as a Replacement for XSLT?

xml xslt scala

Is it possible to have an Array which evaluates its elements lazily?

Why does the Scala compiler say that copy is not a member of my case class?

scala copy case-class

Is it OK to use blocking actor messages when they are wrapped in a future?

scala actor akka