2020-05-18

Java @FunctionalInterface Example

@FunctionalInterface
@FunctionalInterface annotation, introduced in Java SE 8, indicates that the type declaration is intended to be a functional interface, as defined by the Java Language Specification.

No comments:

Post a Comment