The Java Function Functional Interface

Опубликовано: 09 Октябрь 2024
на канале: Douglas Schmidt
188
9

This video describes the Function functional interface in Java & explains howit can be used in conjunction withlambda expressions & method references in the context of an example that showcases theJava collections framework’sConcurrentHashMap class. It also shows how to compose JavaFunction objects.

All the code shown in this video is available in open-source form from http://github.com/douglascraigschmidt... and http://github.com/douglascraigschmidt....