Search code examples
For comprehension filtering options out...

scalamonadsfor-comprehension

Read More
Performance difference in flatMap compared to for-comprehension...

scalafor-comprehensionflatmap

Read More
Why does this list-of-futures to future-of-list transformation compile and work?...

scalafuturefor-comprehension

Read More
Generating permutations of values for each slot...

scalapermutationfor-comprehension

Read More
Flattening a Set of pairs of sets to one pair of sets...

scalaflattenfor-comprehension

Read More
Avoiding type casting in a for-comprehension on a sequence of mixed items...

scalafilterfor-comprehension

Read More
Composing Futures and Options...

scalafunctional-programmingfor-comprehension

Read More
Threading `Try`s through for-comprehension...

validationscalapattern-matchingscala-2.10for-comprehension

Read More
for comprehensions with if guard...

scalamonadsfor-comprehensioneither

Read More
How to express [42 | x == y] with for comprehensions?...

scalalist-comprehensionfor-comprehension

Read More
Combining EitherT and Future...

scalafuturescalazfor-comprehensionscalaz7

Read More
Scala - Pattern matching result of a for comprehension...

scalacoding-stylepattern-matchingfor-comprehension

Read More
New desugaring behavior in Scala 2.10.1...

scalasyntaxfilteringmonadsfor-comprehension

Read More
Use 4 (or N) collections to yield only one value at a time (1xN) (i.e. zipped for tuple4+)...

scalacollectionstuplesfor-comprehension

Read More
Scala for-comprehension type inference...

scalafor-comprehension

Read More
Is it possible to collect results from callbacks through coffeescript comprehensions?...

coffeescriptlist-comprehensionfor-comprehension

Read More
How to define flatMap for a class with covariant/contravariant type parameters?...

scalamonadscovariancecontravariancefor-comprehension

Read More
Nested iteration over infinite streams in Scala...

scalastreamfor-comprehension

Read More
Scala for-comprehension if filtering too much?...

scalafor-comprehension

Read More
Scala: .take(1) in for-comprehension?...

scalafor-comprehension

Read More
How can I do 'if..else' inside a for-comprehension?...

scalafor-comprehension

Read More
Can you define a value (in a if) in a for comprehension in Scala for use in yield...

scalafunctional-programmingfor-comprehension

Read More
scala: how to rewrite this function using for comprehension...

scalafor-comprehension

Read More
How to convert this map/flatMap into a for comprehension in Scala?...

scalamonadsfor-comprehension

Read More
Are there variables in Clojure sequence comprehensions?...

clojurelist-comprehensionfor-comprehension

Read More
Reducing "for" comprehension duplication...

macrosclojurecode-duplicationfor-comprehension

Read More
What is the type of sequence comprehension...

scalafor-comprehension

Read More
Lazy for comprehension evaluation in scala...

scalafunctional-programmingimmutabilitylazy-evaluationfor-comprehension

Read More
Nested lazy for-comprehension...

scalalazy-evaluationfor-comprehension

Read More
Non-recursive extraction in Lift JSON for-comprehension...

scalaliftfor-comprehensionlift-json

Read More
BackNext