You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a lambda doesn't capture any values, it can be a singleton, which will improve runtime performance slightly. This could be done by returning a static getter instead of a constructor method handle in this case.