liminal
10/23/2020, 8:32 PM.let {}
on a non-nullable instance?nanodeath
10/23/2020, 8:34 PMnanodeath
10/23/2020, 8:35 PMfoo.bar().baz().cat().let { Thing(it) }
instead of Thing(foo.bar().baz().cat())
liminal
10/23/2020, 8:42 PMstreetsofboston
10/23/2020, 8:44 PM.let
on a plain object is similar to a .map
on a Collection/List (in both nullable and non-nullable situations)