Join Slack
Powered by
It could require you define it when calling foo (`...
# announcements
s
salomonbrys
03/24/2016, 2:39 PM
It could require you define it when calling foo (
<Integer>foo(x -> x)
) or infer it from the parameter (
foo((Integer x) -> x)
)
Open in Slack
Previous
Next