Basically, the -> separates the parameters (left-side) from the implementation (right side) . The general syntax for using lambda expressions is. (Parameters) -> { Body } where the -> separates parameters and lambda expression body.
Basically, the -> separates the parameters (left-side) from the implementation (right side) . The general syntax for using lambda expressions is. (Parameters) -> { Body } where the -> separates parameters and lambda expression body.