In recent years many elements of 'functional programming' have entered Java, in particular with Java 8. I have in mind lambda-expressions, functional interfaces, Java Generics, the Stream-interface, the Optional-class and similar.
My question is, are there likewise any new classes/interfaces/syntaxes that have been added to Java and stem from the paradigm of 'logic programming'? Or are there maybe plans to do so?
(see e.g. here for a comparison of the two approaches)