I have currently created a inner builder class, no...
# announcements
n
I have currently created a inner builder class, now since the builder has all the params, which is like 8+6 = 14 params, I decided that this
Builder
class can have a apply function. However, when I’m calling from java side, the lamda inside the apply function compains of missing return statement. I was under the impression that this function will behave like java consumer interface.