Hacker News new | ask | show | jobs
by lmm 4280 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.