rpcbenchmark: use lambdas 75/57175/2
authorStephen Kitt <skitt@redhat.com>
Tue, 16 May 2017 15:45:54 +0000 (17:45 +0200)
committerRobert Varga <nite@hq.sk>
Tue, 16 May 2017 23:16:55 +0000 (23:16 +0000)
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: Ib75e49cf502ee5c646525ebaef09697cdf1dcff0
Signed-off-by: Stephen Kitt <skitt@redhat.com>

No differences found