openhab-core/bundles/org.openhab.core.io.rest.core/src
Wouter Born e958d5b46a
Replace lambdas with method references (#3972)
Method references are more readable because they refer to class names and usually result in less code.

Signed-off-by: Wouter Born <github@maindrain.net>
2023-12-28 09:55:31 +01:00
..
main/java/org/openhab/core/io/rest/core Replace lambdas with method references (#3972) 2023-12-28 09:55:31 +01:00
test/java/org/openhab/core/io/rest/core Simplify code that creates List, Map and Set objects (#3836) 2023-10-09 18:00:00 +02:00