Y
Hacker News
new
|
ask
|
show
|
jobs
by
blergh123
4280 days ago
What is SAM synthesis?
1 comments
lmm
4279 days ago
Single Abstract Method. Allows you to use a lambda (i.e. a FunctionN) as an implementation of any interface that defines a single abstract method (if the signatures match), just like you can in Java 8.
link