Ryan Stull
Ryan Stull
Currently there's no equivalent in ScalaNullSafe for ``` Option(a).flatmap(a => f(a)) ``` In other words, you can't use the result of a null-safe selection in a function call. Adding the...
Hello! I find this utility very useful; however It would be great if I could use it with Google Cloud Storage (GCS). Do you have any plans add support for...
The macro should work in the following situation: ```scala case class A(b: B) case class B(c: C) case class C(d: D) case class D(s: String) def expectFunction[T](f: A => T):...