Uses of Interface
net.jrodolfo.java_evolution.java08.LambdaExamples.IntegerOperation
Packages that use LambdaExamples.IntegerOperation
-
Uses of LambdaExamples.IntegerOperation in net.jrodolfo.java_evolution.java08
Methods in net.jrodolfo.java_evolution.java08 with parameters of type LambdaExamples.IntegerOperationModifier and TypeMethodDescriptionintLambdaExamples.calculate(int left, int right, LambdaExamples.IntegerOperation operation) Receives a custom operation as a method argument.