Software Engineer @chronosphere.io
- Vilnius, Lithuania
-
17:14
(UTC +02:00) - https://medium.com/@linas.m
- @LinasMedziunas
Pinned Loading
-
Comprehending the For-Comphension ta...
Comprehending the For-Comphension talk, Vilnius, Nov 2018 1sealed abstract class Perhaps[+A] {
2def foreach(f: A => Unit): Unit
3def map[B](f: A => B): Perhaps[B]
4def flatMap[B](f: A => Perhaps[B]): Perhaps[B]
5def withFilter(f: A => Boolean): Perhaps[A]
-
Output of live coding session "Scala...
Output of live coding session "Scala pattern matching: apply the unapply" 1import java.time.{LocalDate, LocalDateTime, LocalTime}
23/*case */class FullName(val first: String, val last: String)
45object FullName {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.