Functional Interfaces in Java: It's Not Just About One Method
Originally published on utkarshkrsingh.com
When we first learn about functional interfaces in Java, the definition seems pretty simple:
A functional interface is an interface that contains exactly o
utkarshkrsingh.hashnode.dev3 min read