Interface ExtensionHandler

All Known Subinterfaces:
Handler
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @Alpha public interface ExtensionHandler
Provides functionality for a single method on an extension object. Each extension handler can either call another piece of code to return the result (e.g. the method on the underlying object) or return the result itself.
Since:
3.38.0