Function Currying in Java
π― Overview
You must be aware of out of the box functional interfaces provided by Java since the advent of version 8.
These functional interfaces like Function<T, R>, BiFunction<T, U, R>, Consumer<T> etc present in java.util.function package help you...
tech.anshulgautam.in3 min read