From: Stephen Kitt Date: Tue, 16 May 2017 15:51:21 +0000 (+0200) Subject: sal-common-impl: use lambdas X-Git-Tag: release/nitrogen~226 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=7ae58975aa60508fceb07439b94df911339d5727;hp=7ae58975aa60508fceb07439b94df911339d5727 sal-common-impl: use lambdas This series of patches uses lambdas instead of anonymous classes for functional interfaces when possible. Lambdas are replaced with method references when appropriate. Change-Id: Ideb92bfb1504831895558607a7591eb8c00bc570 Signed-off-by: Stephen Kitt ---