/sam-example

example project with functional (SAM) interface usage, including unit tests

Primary LanguageKotlinMIT LicenseMIT

sam-example

Created to highlight a desired IDE feature, which is for Find Usages of a Functional interface to include lambda implementations.

In this example, ThingerService implements the Thinger functional interface. Find usages finds that successfully.

But there's also a unit test that implements the functional interface using a lambda, and it is not shown in Find Usages.

Sample Find Usages